开发者

java.security.PrivilegedActionException while hitting webservices over https

开发者 https://www.devze.com 2023-04-06 05:16 出处:网络
I am getting the following exception, when i am trying to hit the webservice over httpsusing java client:

I am getting the following exception, when i am trying to hit the webservice over https using java client:

com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection post SEVERE: SAAJ0009: Message send failed com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.internal.me开发者_如何学Gossaging.saaj.SOAPExceptionImpl: Message send failed at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:157) at

Also if i use the same code for http , it works fine. Webservices are deployed on weblogic server. Could anyone help me in resolving the issue.

Regards Gurleen.


The exception says that message cannot be sent. Is it a firewall problem like for the same question here : http://www.coderanch.com/t/223309/Web-Services/java/Sending-Soap-requests-thru-Https

0

精彩评论

暂无评论...
验证码 换一张
取 消