Address Verifier:XML Request

From Melissa Data Wiki
Jump to navigation Jump to search

← Address Verifier

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:mdWebServiceAddress">Testing: DQWS SOAP Sample Code implementation using multiple record inputs.</TransmissionReference> 
  <CustomerID xmlns="urn:mdWebServiceAddress">XXXXXXXX</CustomerID> 
  <OptAddressParsed xmlns="urn:mdWebServiceAddress">True</OptAddressParsed> 
  <Record>
    <Company>Melissa Data</Company> 
    <LastName /> 
    <Urbanization /> 
    <AddressLine1>22382 Avenida Empresa</AddressLine1> 
    <AddressLine2 /> 
    <Suite /> 
    <City>Rancho Santa Margarita</City> 
    <State>CA</State> 
    <Zip>92688</Zip> 
    <Plus4 /> 
    <Country /> 
  </Record>
</RequestArray>