AJUDA COM ENVIO DE XML PARA ANVISA

ARNALDOCRUZ 01/06/2010 10:44:55
#343513
preciso enviar um arquivo xml para anvisa, no site deles eu peguei o código abaixo, mas não estou sabendo como usar. como passar para o vb6 - já instalei o SoapToolkit3.0.

os links da anvisa são os abaixo

http://sngpc.anvisa.gov.br/webservice/sngpc.asmx?WSDL[ô];
http://sngpc.anvisa.gov.br/webservice/sngpc.asmx[ô];//[ô]http://homologacao.anvisa.gov.br/webservice/sngpc.asmx[ô];

Validar Usuario

POST /sngpc/webservice/sngpc.asmx HTTP/1.1
Host: homologacao.anvisa.gov.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: [Ô]http://tempuri.org/ValidarUsuario[Ô]

<?xml version=[Ô]1.0[Ô] encoding=[Ô]utf-8[Ô]?>
<soap:Envelope xmlns:xsi=[Ô]http://www.w3.org/2001/XMLSchema-instance[Ô] xmlns:xsd=[Ô]http://www.w3.org/2001/XMLSchema[Ô] xmlns:soap=[Ô]http://schemas.xmlsoap.org/soap/envelope/[Ô]>
<soap:Body>
<ValidarUsuario xmlns=[Ô]http://tempuri.org/[Ô]>
<Email>string</Email>
<Senha>string</Senha>
</ValidarUsuario>
</soap:Body>
</soap:Envelope>

Resposta do web Service

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version=[Ô]1.0[Ô] encoding=[Ô]utf-8[Ô]?>
<soap:Envelope xmlns:xsi=[Ô]http://www.w3.org/2001/XMLSchema-instance[Ô] xmlns:xsd=[Ô]http://www.w3.org/2001/XMLSchema[Ô] xmlns:soap=[Ô]http://schemas.xmlsoap.org/soap/envelope/[Ô]>
<soap:Body>
<ValidarUsuarioResponse xmlns=[Ô]http://tempuri.org/[Ô]>
<ValidarUsuarioResult>string</ValidarUsuarioResult>
</ValidarUsuarioResponse>
</soap:Body>
</soap:Envelope>

[txt-color=#e80000]Se alguem puder mim ajudar ou tiver o código e quiser vender eu agradeço[/txt-color]

Obrigado

DUHHH 01/06/2010 11:24:58
#343523
você sabe mexer em vb.net?

Se não isso te ajuda!

http://social.msdn.microsoft.com/Forums/pt-BR/seguracadesistemaspt/thread/b832e19e-f319-4d1a-9bbe-02a91dbec25f
ARNALDOCRUZ 01/06/2010 13:29:01
#343536
não DUHH não mim ajuda em nada, obrigado
Tópico encerrado , respostas não são mais permitidas