Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.03 KB | None | 0 0
  1. <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/" xmlns:san="http://schemas.datacontract.org/2004/07/SancorSeguros.Services.Contract.Document">
  2.    <soap:Header>
  3.    <To soap:mustUnderstand="1" xmlns="http://www.w3.org/2005/08/addressing">https://externalchannels-pre-ws.gruposancorseguros.com/Brokers/Document/DocumentService.svc</To>
  4.    </soap:Header>
  5.    <soap:Body>
  6.       <tem:GetCertificateDocument>
  7.          <!--Optional:-->
  8.          <tem:request>
  9.             <!--Optional:-->
  10.             <san:Branch>200</san:Branch>
  11.             <!--Optional:-->
  12.             <san:CertificatNumber>0</san:CertificatNumber>
  13.             <!--Optional:-->
  14.             <san:Document>ConstanciaPolizaArgentina</san:Document>
  15.             <!--Optional:-->
  16.             <san:OfficialNumber>8019919</san:OfficialNumber>
  17.             <!--Optional:-->
  18.             <san:ReferenceNumber>6539565</san:ReferenceNumber>
  19.          </tem:request>
  20.       </tem:GetCertificateDocument>
  21.    </soap:Body>
  22. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement