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,