WebService

1 resposta
C
Olá a todos. Fiz um web service e ele está dando o seguinte erro:

<env:Envelope

xmlns:env=“<a href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a> [^]

xmlns:xsd=“<a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a> [^]

xmlns:xsi=“<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a> [^]

xmlns:ns0=“<a href="http://www.efatura.com/AssinadorNFeService">http://www.efatura.com/AssinadorNFeService</a>”> [^]

<a>env:Body</a>

<a>env:Fault</a>

env:Server

Internal Server Error (Caught exception while handling request: java.rmi.RemoteException: ; nested exception is: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)

</env:Fault>

</env:Body>

</env:Envelope>

Alguém sabe do q se trata?

Obrigada,

1 Resposta

nextuser

cara isso é o seguinte vc está tentando consumir um ws over https certo?

porem no trustStore que vc especificou não tem o certificado do serviço que está consumindo e tem que ter tb a cadeia deste certificado… quando falo certificado estou falando da chave publica!!

Criado 16 de janeiro de 2009
Ultima resposta 16 de jan. de 2009
Respostas 1
Participantes 2