This wiki is no longer being updated as of December 10, 2025.
  • In an effort to make our documentation better for our users, we are consolidating and streamlining the documents.
  • Please see our new, updated documentation at: Melissa Docs or https://docs.melissa.com/

GeoCoder:XML Request

From Melissa Data Wiki
Jump to navigation Jump to search

← GeoCoder

Sample XML Request

<?xml version="1.0" ?> 
<RequestArray xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TransmissionReference xmlns="urn:mdWebServiceGeoCode">Test
  </TransmissionReference> 
  <CustomerID xmlns="urn:mdWebServiceGeoCode">XXXXXXXX</CustomerID> 
  <Record xmlns="urn:mdWebServiceGeoCode">
    <AddressKey>92688211282</AddressKey> 
  </Record>
</RequestArray>