Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 14566 invoked from network); 11 Jun 2007 18:33:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 18:33:58 -0000 Received: (qmail 30340 invoked by uid 500); 11 Jun 2007 18:33:55 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 30275 invoked by uid 500); 11 Jun 2007 18:33:54 -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 30135 invoked by uid 99); 11 Jun 2007 18:33:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 11:33:53 -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, 11 Jun 2007 11:33:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BD87F4297CC for ; Mon, 11 Jun 2007 11:33:26 -0700 (PDT) Message-ID: <25116428.1181586806774.JavaMail.jira@brutus> Date: Mon, 11 Jun 2007 11:33:26 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2294) AXIS2 generates invalid fault element for SOAP1.1 binding in the WSDL In-Reply-To: <2831597.1173271764103.JavaMail.root@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-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe updated AXIS2-2294: ------------------------------------- Priority: Blocker (was: Major) > AXIS2 generates invalid fault element for SOAP1.1 binding in the WSDL > --------------------------------------------------------------------- > > Key: AXIS2-2294 > URL: https://issues.apache.org/jira/browse/AXIS2-2294 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.1.1 > Reporter: donald yang > Assignee: Amila Chinthaka Suriarachchi > Priority: Blocker > > WSDL generator of AXIS2 has a bug. When I retrieve the WSDL for Version web service using the following method: > > http://localhost:8080/axis2/services/Version?wsdl > > the generated WSDL is invalid if a operation has fault message. The SOAP 12 binding element is correct, just SOAP1.1 binding element[1] is invalid. It should be [2]. > > [1] original SOAP1.1 binding element > > > > > > > > > > > > > > > > > > [2] correct one > > > -- 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