Table of Contents

Search

  1. Preface
  2. Introduction to Informatica AddressDoctor Cloud
  3. Informatica AddressDoctor Cloud Interface
  4. Informatica AddressDoctor Cloud Request Parameters
  5. Informatica AddressDoctor Cloud 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/v2"> <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!