Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 3715 invoked from network); 27 Nov 2007 19:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 19:01:21 -0000 Received: (qmail 58194 invoked by uid 500); 27 Nov 2007 19:01:06 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 58143 invoked by uid 500); 27 Nov 2007 19:01:06 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 58132 invoked by uid 99); 27 Nov 2007 19:01:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 11:01:06 -0800 X-ASF-Spam-Status: No, hits=-98.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 19:00:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3021671420E for ; Tue, 27 Nov 2007 11:00:56 -0800 (PST) Message-ID: <248476.1196190056194.JavaMail.jira@brutus> Date: Tue, 27 Nov 2007 11:00:56 -0800 (PST) From: "Steve Wu (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-3372) Axis fault when using HTTPS with Axis2 1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org