Operation: Geocode
The Geocode
operation allows to retrieve all geographical information for an address.
Input
For the Geocode
operation, the adapter expects an input XML document containing a complete address (for incomplete addresses the request may not be unambiguous) and having the following structure:
<Geocode>
<Address>
<Location><!--Location, e.g. Disneyland--></Location>
<Street><!--Street and number--></Street> -->
<ZIP><!--ZIP code--></ZIP>
<City><!--City--></City>
<Country><!--Country--></Country>
</Address>
</Geocode>
Output
For the Geocode
operation, an XML or JSON document will be output that contains the geographical information for the requested address.