Bing Maps adapter
The operation Geocode allows to retrieve all geographical information for an address.
Input
For the operation Geocode 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 operation Geocode an XML or JSON document will be output that contains the geographical information for the requested address.