
Chan Rana
Legendary Poster
We are facing strange issue on one of the custom BSSV developed in JAX-WS. When we try to test it locally using WLS it would throw the below error of Credentials could not be validated, rest of the services would run fine locally. There is document on Oracle site on this error and possible solutions. I have gone thru all of them but still unable to resolve this error. Has anybody faced this error or know any possible solution would appreciate if you can share it. Same error is thrown thru SOAP UI and HTTP Analyzer locally so I am stuck to test it on server.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
<faultcode>S:Server</faultcode>
<faultstring>Credentials could not be validated from message or from configuration file.</faultstring>
<detail>
<ns2:exception xmlns:ns2="http://jax-ws.dev.java.net/" class="java.lang.RuntimeException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
<message>Credentials could not be validated from message or from configuration file.</message>
This is on E900, JDev 11.1.1.5.0 WLS(Integrated) 10.3.5.0
This service runs fine on BSSV server.
Thanks,
Chan
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
<faultcode>S:Server</faultcode>
<faultstring>Credentials could not be validated from message or from configuration file.</faultstring>
<detail>
<ns2:exception xmlns:ns2="http://jax-ws.dev.java.net/" class="java.lang.RuntimeException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
<message>Credentials could not be validated from message or from configuration file.</message>
This is on E900, JDev 11.1.1.5.0 WLS(Integrated) 10.3.5.0
This service runs fine on BSSV server.
Thanks,
Chan