...

Code Block
languagexml
themeRDark
firstline1
titleBuscaCartoesRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarCartoesPortador>
         <tms:auth>
            <tms:Usuario>?<Usuario>target.tms</tms:Usuario>
            <tms:Senha>?*****</tms:Senha>
            <tms:Token>?</tms:Token>:Token i:nil="true" />
         </tms:auth>
         <tms:buscaRequest>
            <tms:CPFCNPJ>?<CPFCNPJ>12345678952</tms:CPFCNPJ>
         </tms:buscaRequest>
      </tms:BuscarCartoesPortador>
   </soapenv:Body>
</soapenv:Envelope>

...