Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 98504 invoked from network); 15 Oct 2007 20:52:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 20:52:48 -0000 Received: (qmail 87752 invoked by uid 500); 15 Oct 2007 20:52:29 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 87697 invoked by uid 500); 15 Oct 2007 20:52:29 -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 87686 invoked by uid 99); 15 Oct 2007 20:52:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 13:52:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 15 Oct 2007 20:52:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D3D9714231 for ; Mon, 15 Oct 2007 13:51:51 -0700 (PDT) Message-ID: <4464229.1192481511313.JavaMail.jira@brutus> Date: Mon, 15 Oct 2007 13:51:51 -0700 (PDT) From: "nadir amra (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-3090) Make SOAP 1.2 bindings optional, as they break older Axis 1 clients In-Reply-To: <29268664.1186481159407.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra resolved AXIS2-3090. ------------------------------- Resolution: Fixed I hope I am not stepping on any toes, but I have resolved this issue. Deepal, please accept my apologies if I am not doing this according to some process due to my handling the issue that is not assigned to me. Basically added following in axis2.xml: false If set to true, not SOAP 1.2 bindings will be generated, for both wsdl and wsdl2. Of course this issue supplements issue AXIS2-3114. That is, AXIS2-3114 still needs to be implemented to give more flexibility. > Make SOAP 1.2 bindings optional, as they break older Axis 1 clients > ------------------------------------------------------------------- > > Key: AXIS2-3090 > URL: https://issues.apache.org/jira/browse/AXIS2-3090 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: kernel > Affects Versions: 1.2 > Reporter: Thomas Leonard > Assignee: Deepal Jayasinghe > Fix For: nightly > > Attachments: disable-soap-1.1.patch > > > We're trying to create some Axis 2 services which are usable by other clients (including .NET and Axis 1). At first, we had problems due to AXIS2-2294, but upgrading to Axis 2 1.3-RC2 fixed that. However, the WSDL is still unreadable to the Axis 1 client because of the SOAP 1.2 bindings which are also present in the file: > java.io.IOException: ERROR: Missing element inFault "XMLStreamException" in operation "XMLStreamException", in binding sayHello > The attached patch (disable-soap-1.1.patch) adds a configuration option to disable generation of these bindings. -- 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