Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Address Verification
  3. Informatica Address Verification Interface
  4. Informatica Address Verification Request Parameters
  5. Informatica Address Verification Response Elements
  6. Examples

Developer Guide

Developer Guide

Example: Service Parameters

Example: Service Parameters

The following example shows an
Address Verification
request that contains the service parameters setting:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://validator5.AddressDoctor.com/Webservice5/
v4
"> <soapenv:Header/> <soapenv:Body> <Process> <login>*****</login> <password>**********</password> <parameters> <ProcessMode>INTERACTIVE</ProcessMode> <ServiceParameters>
<JobToken>b89be474-318c-4da3-87c2-f15b2e43c2cb</JobToken> <CampaignId>AddressDoctorTest</CampaignId> <ReservedXml/> <UseTransactionPool>PRODUCTION</UseTransactionPool>
</ServiceParameters> </parameters> <addresses> <Address> <FormattedAddress> <string>U 8 995 BURKE ROAD</string> <string>CAMBERWELL VIC 3124</string> <string>AUSTRALIA</string> </FormattedAddress> </Address> </addresses> </Process> </soapenv:Body> </soapenv:Envelope>

0 COMMENTS

We’d like to hear from you!