...

Code Block
languagexml
themeRDark
firstline1
titleBuscaTransportadorRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarTransportador>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:buscaTransportador>
            <tms:QuantidadeItensPorPagina>?</tms:QuantidadeItensPorPagina>
            <tms:NumeroPagina>?</tms:NumeroPagina>
            <tms:CPFCNPJ>?</tms:CPFCNPJ>
         </tms:buscaTransportador>
      </tms:BuscarTransportador>
   </soapenv:Body>
</soapenv:Envelope>



Buscar Transportador

Abaixo, segue exemplo do método - 'BuscaTransportador'.

...