...

Code Block
languagexml
themeRDark
firstline1
titleExemplo - BuscaMotorista
linenumberstrue
Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarMotorista>
         <tms:auth>
            <tms:Usuario>tms.exemplo</tms:Usuario>
            <tms:Senha>v0hXPrwerKblaBs=</tms:Senha>
            <tms:Token i:nil="true" />
         </tms:auth>
         <tms:buscaMotorista>
            <tms:QuantidadeItensPorPagina>1</tms:QuantidadeItensPorPagina>
            <tms:NumeroPagina>1</tms:NumeroPagina>
            <tms:CPFCNPJTransportador i:nil="true" />
            <tms:IdMotorista i:nil="true" />
            <tms:CPF>59175036720</tms:CPF>
            <tms:Ativo>true</tms:Ativo>
         </tms:buscaMotorista>
      </tms:BuscarMotorista>
   </soapenv:Body>
</soapenv:Envelope>

Response
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header>
    <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://tmsfrete.v2.targetmp.com.br/FreteTMSService/BuscarMotoristaResponse</Action>
  </s:Header>
  <s:Body>
    <BuscarMotoristaResponse xmlns="http://tmsfrete.v2.targetmp.com.br">
      <BuscarMotoristaResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <Erro i:nil="true" />
        <Itens>
          <MotoristaResponse>
            <Erro i:nil="true" />
            <IdMotorista>26861</IdMotorista>
            <Nome>ADEMIR</Nome>
            <Sobrenome>DE JESUS MARTINS</Sobrenome>
            <CPF>59175036720</CPF>
            <NumeroRG>047264759</NumeroRG>
            <OrgaoEmissorRg>IFP RJ</OrgaoEmissorRg>
            <DataNascimento>1958-07-30T20:10:46</DataNascimento>
            <Sexo>M</Sexo>
            <EstadoCivil>Casado</EstadoCivil>
            <NomePai>Não informado</NomePai>
            <NomeMae>MIRTES DE OLIVEIRA MARTINS</NomeMae>
            <Email>TRANSPOMER@TRANSPOMER.COM.BR</Email>
            <Telefone>2732648486</Telefone>
            <TelefoneCelular />
            <Nacionalidade>BRASILEIRO</Nacionalidade>
            <Endereco>RUA WALLACE DE CASTRO N,167</Endereco>
            <NumeroPorta>167</NumeroPorta>
            <EnderecoComplemento />
            <CEP>29309390</CEP>
            <Bairro>ALTO DE LAJE</Bairro>
            <Cidade>Cachoeiro de Itapemirim</Cidade>
            <UF>ES</UF>
            <CodigoBanco />
            <CodigoAgencia />
            <DigitoAgencia />
            <ContaCorrente />
            <DigitoContaCorrente />
            <FlagContaPoupanca>false</FlagContaPoupanca>
            <VariacaoContaPoupanca i:nil="true" />
            <Ativo>true</Ativo>
          </MotoristaResponse>
        </Itens>
        <NumeroPagina>1</NumeroPagina>
        <QuantidadeItensPorPagina>20</QuantidadeItensPorPagina>
        <QuantidadeTotalItens>1</QuantidadeTotalItens>
        <QuantidadeTotalPaginas>1</QuantidadeTotalPaginas>
      </BuscarMotoristaResult>
    </BuscarMotoristaResponse>
  </s:Body>
</s:Envelope>