I get the following exception when I try to use a web service through https using a java client:
com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection post SEVERE: SAAJ0009: Error sending message com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml .internal.messaging.saaj.SOAPExceptionImpl: Error sending message to com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call (HttpSOAPConnection.java:157) when
Also, if I use the same code for http, it works fine. Web services are deployed to the weblogic server. Can someone help me in solving the problem.
Relations Gurleen.
source share