Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<tms:BuscarParticipante>
<tms:auth>
<tms:Usuario>tms.exemplo</tms:Usuario>
<tms:Senha>v0hXPrwerKblaBs=</tms:Senha>
<tms:Token i:nil="true" />
</tms:auth>
<tms:buscaParticipante>
<tms:QuantidadeItensPorPagina>1</tms:QuantidadeItensPorPagina>
<tms:NumeroPagina>1</tms:NumeroPagina>
<tms:IdParticipante i:nil="true" />
<tms:CPFCNPJ>30844261000159</tms:CPFCNPJ>
<tms:Ativo>true</tms:Ativo>
</tms:buscaParticipante>
</tms:BuscarParticipante>
</soapenv:Body>
</soapenv:Envelope>
Response
<s:Envelope
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<BuscarParticipanteResponse xmlns="http://tmsfrete.v2.targetmp.com.br">
<BuscarParticipanteResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Erro i:nil="true"/>
<Itens>
<ParticipanteResponse>
<Erro i:nil="true"/>
<IdParticipante>3461</IdParticipante>
<IdDmTipoPessoa>2</IdDmTipoPessoa>
<Nome>OZIEL TEIXEIRA JUNIOR</Nome>
<RazaoSocial>OZIEL TEIXEIRA JUNIOR</RazaoSocial>
<CPFCNPJ>30844261000159</CPFCNPJ>
<Endereco>TRAVESSA VICENTE BENEDITO NOGUEIRA, 173</Endereco>
<Bairro>Centro</Bairro>
<CEP>37589000</CEP>
<MunicipioCodigoIBGE>3167400</MunicipioCodigoIBGE>
<RNTRC i:nil="true"/>
<Ativo>false</Ativo>
<Email i:nil="true"/>
<Telefone i:nil="true"/>
<TelefoneCelular i:nil="true"/>
</ParticipanteResponse>
</Itens>
<NumeroPagina>1</NumeroPagina>
<QuantidadeItensPorPagina>20</QuantidadeItensPorPagina>
<QuantidadeTotalItens>1</QuantidadeTotalItens>
<QuantidadeTotalPaginas>1</QuantidadeTotalPaginas>
</BuscarParticipanteResult>
</BuscarParticipanteResponse>
</s:Body>
</s:Envelope> |