Estou trabalhando com WebService CNA da OAB, preciso consumir o serviço, pois não estou conseguido passar a chave.
Sou iniciante com WebService, já pedi ajuda e o pessoal não ajuda…rsrsrsr
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
<soap:Header>
<tem:Authentication>
<tem:Key>Aqui vem a Chave</tem:Key>
</tem:Authentication>
</soap:Header>
<soap:Body>
<tem:ConsultaAdvogadoPorCpf>
<tem:cpf>CPF que quero consultar</tem:cpf>
</tem:ConsultaAdvogadoPorCpf>
</soap:Body>
</soap:Envelope>
Alguém poderia me ajudar? Por favor!