Skip to main content

id3globalsupport.com

UK Documents

Driving Licence

<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>GARY</ns:Forename>
                  <ns:MiddleName>L</ns:MiddleName>
                  <ns:Surname>Milburn</ns:Surname>
                  <ns:Gender>Male</ns:Gender>
                  <ns:DOBDay>06</ns:DOBDay>
                  <ns:DOBMonth>10</ns:DOBMonth>
                  <ns:DOBYear>1973</ns:DOBYear>
              </ns:PersonalDetails>
            </ns:Personal>
           <ns:IdentityDocuments>
               <ns:InternationalPassport>
                  <ns:Number>9876543213GBR7310065M080310806</ns:Number>
                  <ns:ExpiryDay>08</ns:ExpiryDay>
                  <ns:ExpiryMonth>03</ns:ExpiryMonth>
                  <ns:ExpiryYear>2010</ns:ExpiryYear>
                  <ns:CountryOfOrigin>United Kingdom</ns:CountryOfOrigin>
               </ns:InternationalPassport>
              <ns:UK>
                  <ns:Passport>         
                     <ns:Number>9876543213GBR7310065M080310806</ns:Number>         
                     <ns:ExpiryDay>08</ns:ExpiryDay>         
                     <ns:ExpiryMonth>03</ns:ExpiryMonth>         
                     <ns:ExpiryYear>2010</ns:ExpiryYear>
                  </ns:Passport>      
                   <ns:DrivingLicence>
                     <ns:Number>MILBU710063GL900</ns:Number>
                  </ns:DrivingLicence>
               </ns:UK>
           </ns:IdentityDocuments>
        </ns:InputData>
      </ns:AuthenticateSP>
   </soapenv:Body>
</soapenv:Envelope>

Passport

<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>GARY</ns:Forename>
                  <ns:MiddleName>L</ns:MiddleName>
                  <ns:Surname>Milburn</ns:Surname>
                  <ns:Gender>Male</ns:Gender>
                  <ns:DOBDay>06</ns:DOBDay>
                  <ns:DOBMonth>10</ns:DOBMonth>
                  <ns:DOBYear>1973</ns:DOBYear>
              </ns:PersonalDetails>
            </ns:Personal>
           <ns:IdentityDocuments>
               <ns:InternationalPassport>
                  <ns:Number>9876543213GBR7310065M080310806</ns:Number>
                  <ns:ExpiryDay>08</ns:ExpiryDay>
                  <ns:ExpiryMonth>03</ns:ExpiryMonth>
                  <ns:ExpiryYear>2010</ns:ExpiryYear>
                  <ns:CountryOfOrigin>United Kingdom</ns:CountryOfOrigin>
               </ns:InternationalPassport>
              <ns:UK>
                  <ns:Passport>         
                     <ns:Number>9876543213GBR7310065M080310806</ns:Number>         
                     <ns:ExpiryDay>08</ns:ExpiryDay>         
                     <ns:ExpiryMonth>03</ns:ExpiryMonth>         
                     <ns:ExpiryYear>2010</ns:ExpiryYear>
                  </ns:Passport>      
                   <ns:DrivingLicence>
                     <ns:Number>MILBU710063GL900</ns:Number>
                  </ns:DrivingLicence>
               </ns:UK>
           </ns:IdentityDocuments>
        </ns:InputData>
      </ns:AuthenticateSP>
   </soapenv:Body>
&l;/soapenv:Envelope>