[
https://issues.apache.org/jira/browse/AXIS2-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579491#action_12579491
]
Davanum Srinivas commented on AXIS2-3372:
-----------------------------------------
Steve,
Please make sure you use the same keystore inside tomcat
http://www.mail-archive.com/[EMAIL PROTECTED]/msg19269.html
thanks,
dims
> 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
> Fix For: 1.4
>
>
> 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]