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

Response XML

Response XML

The following example shows the
<ProcessResponse>
tag and its elements.
<ProcessResponse xmlns="http://validator5.AddressDoctor.com/Webservice5/
v4
"> <ProcessResult> <StatusCode>int</StatusCode> <StatusMessage>string</StatusMessage> <JobToken>string</JobToken> <CampaignId>string</CampaignId> <ReservedXml>string</ReservedXml> <Results> <!-- There is one <Result> element for each <Address> element in the request --> <Result> <ProcessStatus>string</ProcessStatus> <CountryISO3>string</CountryISO3> <!-- There are between one and twenty <ResultData> elements, depending on the ProcessMode and the ProcessStatus --> <ResultDataSet xsi:nil="true" /> <!-- There is one <Enrichment> element for each <Enrichment> element in the request --> <Enrichments xsi:nil="true" /> </Result> </Results> </ProcessResult> </ProcessResponse>

0 COMMENTS

We’d like to hear from you!