Axis fault when using HTTPS with Axis2 1.3
-------------------------------------------
Key: AXIS2-3372
URL: https://issues.apache.org/jira/browse/AXIS2-3372
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: transports
Affects Versions: 1.3
Environment: WIndows XP sp2, Tomcat 5.5.25, JDK1.5.0_12
Reporter: Steve Wu
Priority: Critical
Hello,
I am setting up https to work with Axis2 1.3.
I can access my web services through https://localhost:8443/axis2/services.
But when I call a web service method I got the following exception:
Before calling, I set the following system properties,
System.setProperty("javax.net.ssl.trustStore","C:/Program
Files/Java/jdk1.5.0_12/bin/tomcatKeyStore");
System.setProperty("javax.net.ssl.trustStorePassword","changeit");
org.apache.axis2.AxisFault: unknown
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at
com.primavera.ws.client.AuthenticationServiceStub.login(AuthenticationServiceStub.java:150)
at
com.primavera.wsclient.AuthenticationServiceXmlbeanClient.testLogin(AuthenticationServiceXmlbeanClient.java:34)
at
com.primavera.wsclient.AuthenticationServiceXmlbeanClient.main(AuthenticationServiceXmlbeanClient.java:90)
Is this an Axis 2 defect?
Is there any good articles on this subject?
Thanks
Steve
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]