Difference between revisions of "SmartMover V2b:SOAP Request"

From Melissa Data Wiki
Jump to navigation Jump to search
m (Admin moved page SmartMover:SOAP Request to SmartMover V2b:SOAP Request without leaving a redirect)
Line 33: Line 33:


[[Category:Web Services]]
[[Category:Web Services]]
[[Category:SmartMover]]
[[Category:SmartMover V2b]]
[[Category:Reference]]
[[Category:Reference]]

Revision as of 18:49, 12 May 2014


Sample SOAP Request

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <DoSmartMover xmlns="urn:mdSmartMoverService">
      <RequestArray>
        <CustomerID>XXXXXXXX</CustomerID>
        <ExecutionID>0</ExecutionID>
        <JobID>1</JobID>
        <OptAddressParsed>false</OptAddressParsed>
        <OptSmartMoverDetail>false</OptSmartMoverDetail>
        <OptSmartMoverProcessingType>Standard</OptSmartMoverProcessingType>
        <OptSmartMoverListOwnerFreqProcessing>12</OptSmartMoverListOwnerFreqProcessing>
        <OptSmartMoverNumberOfMonthsRequested>48</OptSmartMoverNumberOfMonthsRequested>
        <OptSmartMoverListName>Test List</OptSmartMoverListName>
        <Record>
          <Address1>5807 Gullstrand</Address1>
          <Address2/>
          <City>San Diego</City>
          <State>CA</State>
          <Zip>92122</Zip>
          <FullName>Vicky & Ruth Anderson</FullName>
        </Record>
        <TotalRecords>1</TotalRecords>
      </RequestArray>
    </DoSmartMover>
  </s:Body>
</s:Envelope>