Skip to main content

id3globalsupport.com

USA

United_States_of_America.png

Fixed Address Format

Address Lookup
-----------------------------Request-------------------------------------------
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
      <wsse:UsernameToken >
         <wsse:Username>admin@admin.com</wsse:Username>
         <wsse:Password>Longpassword123!</wsse:Password>
       </wsse:UsernameToken>
   </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <ns:AddressLookup>
         <ns:InputData>
            <ns:Country>United States</ns:Country>
            <ns:Street>ADE</ns:Street>
            <ns:SubStreet></ns:SubStreet>
            <ns:City></ns:City>
            <ns:SubCity></ns:SubCity>
            <ns:StateDistrict></ns:StateDistrict>
            <ns:ZipPostcode>94608</ns:ZipPostcode>
            <ns:Building>2806</ns:Building>
            <ns:SubBuilding></ns:SubBuilding>
            <ns:Premise></ns:Premise>
            <ns:AddressLine1></ns:AddressLine1>
            <ns:AddressLine2></ns:AddressLine2>
            <ns:AddressLine3></ns:AddressLine3>
            <ns:AddressLine4></ns:AddressLine4>
            <ns:AddressLine5></ns:AddressLine5>
            <ns:AddressLine6></ns:AddressLine6>
            <ns:AddressLine7></ns:AddressLine7>
            <ns:AddressLine8></ns:AddressLine8>
           </ns:InputData>
      </ns:AddressLookup>
   </soapenv:Body>
</soapenv:Envelope>



-----------------------------Responce-------------------------------------------


<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
      <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <u:Timestamp u:Id="_0">
            <u:Created>2014-12-09T09:00:53.242Z</u:Created>
            <u:Expires>2014-12-09T09:05:53.242Z</u:Expires>
         </u:Timestamp>
      </o:Security>
   </s:Header>
   <s:Body>
      <AddressLookupResponse xmlns="http://www.id3global.com/ID3gWS/2013/04">
         <AddressLookupResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <GlobalAddress>
               <Country>UnitedStates</Country>
               <Street>ADELINE ST</Street>
               <SubStreet/>
               <City>EMERYVILLE</City>
               <SubCity/>
               <StateDistrict/>
               <POBox/>
               <Region>CA</Region>
               <Principality/>
               <ZipPostcode>94608</ZipPostcode>
               <DpsZipPlus/>
               <CedexMailsort/>
               <Department/>
               <Company/>
               <Building>2806</Building>
               <SubBuilding/>
               <Premise/>
               <AddressLine1/>
               <AddressLine2/>
               <AddressLine3/>
               <AddressLine4/>
            </GlobalAddress>
         </AddressLookupResult>
      </AddressLookupResponse>
   </s:Body>
</s:Envelope>
Authenticate SP Method
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
      <wsse:UsernameToken >
         <wsse:Username>USERNAME</wsse:Username>
         <wsse:Password>PASSWORD</wsse:Password>
       </wsse:UsernameToken>
   </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <ns:AuthenticateSP>
         <ns:ProfileIDVersion>
            <ns:ID>PROFILEID</ns:ID>
            <ns:Version>0</ns:Version>
         </ns:ProfileIDVersion>
         <ns:CustomerReference></ns:CustomerReference>
            <ns:InputData>
            <ns:Personal>
               <ns:PersonalDetails>
                  <ns:Title></ns:Title>
                  <ns:Forename>barbara</ns:Forename>
                  <ns:Surname>miller</ns:Surname>
                  <ns:DOBDay>24</ns:DOBDay>
                  <ns:DOBMonth>02</ns:DOBMonth>
                  <ns:DOBYear>1983</ns:DOBYear>
               </ns:PersonalDetails>
            </ns:Personal>
            <ns:Addresses>
               <ns:CurrentAddress>
                  <ns:Country>United States</ns:Country>
                  <ns:Street>cimarron rd e</ns:Street>
                  <ns:City>LOMBARD</ns:City>
                   <ns:StateDistrict>IL</ns:StateDistrict>
                  <ns:Region></ns:Region>
                  <ns:ZipPostcode>60148</ns:ZipPostcode>
                  <ns:Building>246</ns:Building>
                  <ns:Premise></ns:Premise>
               </ns:CurrentAddress>
            </ns:Addresses>
            <ns:IdentityDocuments>
               <ns:InternationalPassport>      
                  <ns:Number></ns:Number>      
                  <ns:ExpiryDay>1</ns:ExpiryDay>      
                  <ns:ExpiryMonth>1</ns:ExpiryMonth>      
                  <ns:ExpiryYear>22</ns:ExpiryYear>      
                  <ns:CountryOfOrigin></ns:CountryOfOrigin>      
                  <ns:IssueDay>1</ns:IssueDay>      
                  <ns:IssueMonth>1</ns:IssueMonth>      
                  <ns:IssueYear>11</ns:IssueYear>      
                  <ns:ShortPassportNumber></ns:ShortPassportNumber>
               </ns:InternationalPassport>
               <ns:US>
                  <ns:DrivingLicense>
                     <ns:Number></ns:Number>
                     <ns:State></ns:State>
                  </ns:DrivingLicense>
                  <ns:SocialSecurity>
                     <ns:Number>1458</ns:Number>
                  </ns:SocialSecurity>
               </ns:US>
             </ns:IdentityDocuments>
         </ns:InputData>
      </ns:AuthenticateSP>
   </soapenv:Body>
</soapenv:Envelope>