|
|
#1 |
|
Member
Join Date: Dec 2006
Posts: 96
Rep Power: 12 ![]() |
Hi
I am about to integrate a map module into my classefied, but I need some help to understand, integrate and test the solution. I am willing to pay for the work done ofcourse. My experience in this particular area is close to nothing, so I hope that someone has the possibility to help. Code:
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /gislinelocation/locationservicemulti.asmx/LocationSearchLatLon HTTP/1.1
Host: webhotel.gisline.no
Content-Type: application/x-www-form-urlencoded
Content-Length: length
gateadresse=string&postnummer=string&poststed=string&kommune=string&lat=string&lon=string&x=string&y=string&koordinatsystem=string&eksakt=string&buffer=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfLatLonLocation xmlns="http://www.gisline.no/locationservice/">
<LatLonLocation>
<X>double</X>
<Y>double</Y>
<Lat>double</Lat>
<Lon>double</Lon>
<Avstand>double</Avstand>
<Type>string</Type>
<Tekst>string</Tekst>
<Fylke>string</Fylke>
<Kommune>string</Kommune>
<Omraader>string</Omraader>
<Bydel>string</Bydel>
</LatLonLocation>
<LatLonLocation>
<X>double</X>
<Y>double</Y>
<Lat>double</Lat>
<Lon>double</Lon>
<Avstand>double</Avstand>
<Type>string</Type>
<Tekst>string</Tekst>
<Fylke>string</Fylke>
<Kommune>string</Kommune>
<Omraader>string</Omraader>
<Bydel>string</Bydel>
</LatLonLocation>
</ArrayOfLatLonLocation>
Thanks, Oyvind
__________________
objelland V3.1.5b Developer |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| template integration | manilaboy | Pre Sales Questions | 4 | 01-10-2008 12:21 PM |
| Forum integration help | early | v3.1 Questions & Support | 3 | 03-22-2007 06:02 PM |