Bing Maps adapter
The operation ReverseGeocode allows to retrieve all geographical information for a decimal coordinate.
Input
For the operation ReverseGeocode the adapter expects an input XML document with a decimal coordinate and having the following pattern:
<ReverseGeocode>
<LatLng>
<data><!--Decimal coordinate in format NN.NNNNNNNNNNNNNNN, EE.EEEEEEEEEEEEEEE--></data>
</LatLng>
</ReverseGeocode>
Output
For the operation ReverseGeocode an XML or JSON document will be output that contains the geographical information for the requested geodecimal coordinate.