Open interface for communication with all kind of clients
All services exchange information with XML (eXtensible Markup Language), the most important standard for communication on the Internet. SWEGIS takes care of
duty and maintenance of a server that delivers complete map, routes etc. to your application.
How is a request sent to MapServices™?
A request is done by submitting a XML document to one of us specified url, e.g.
http://www.hostabc.com/services/<servicenamn>/xml
Where <servicenamn> is replaced by any of the service names "location", "map" or "route". The XML
document is sent with HTTP-POST in a form named xml.
How is the response returned?
MapServices™ delivers a new XML document that contains the answer as response.