Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 79989 invoked from network); 27 Nov 2010 14:43:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Nov 2010 14:43:39 -0000 Received: (qmail 76305 invoked by uid 500); 27 Nov 2010 14:43:38 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 76208 invoked by uid 500); 27 Nov 2010 14:43:38 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 76200 invoked by uid 99); 27 Nov 2010 14:43:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 14:43:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 14:43:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAREhDk6011165 for ; Sat, 27 Nov 2010 14:43:13 GMT Message-ID: <7921555.333241290868993672.JavaMail.jira@thor> Date: Sat, 27 Nov 2010 09:43:13 -0500 (EST) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Resolved: (AXIS2-4777) Unexpected subelment exception in autogenerated stub by apache axis2 while parsing the response MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4777. ------------------------------------ Resolution: Invalid In general, "unexpected subelement" means that the response from the server doesn't conform to the WSDL used to generate the client stub. If you nevertheless believe that there is an issue with the code generated by Axis2, you need to (1) test this with the latest Axis2 snapshot version, (2) provide the WSDL that causes the issue and (3) provide some hard evidence that this is indeed an issue in Axis2 (this means at least a transcript of the response from the Web Service that shows that the response is correct). > Unexpected subelment exception in autogenerated stub by apache axis2 while parsing the response > ------------------------------------------------------------------------------------------------- > > Key: AXIS2-4777 > URL: https://issues.apache.org/jira/browse/AXIS2-4777 > Project: Axis2 > Issue Type: Bug > Components: adb > Affects Versions: 1.5.1 > Environment: Window vista > Reporter: sandeep bhandari > Priority: Blocker > Fix For: 1.5.1 > > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > I have created the stub using apache axis1.5.1 using WSDL2 java.bat. > I am able to get response from webservice in java client, but when response is getting parsed in stub generated by Apache Axis2. > It is throwing exception unexpected subelement. in "InquireOutputresponse". > Pleae let me know if you need more details. -- 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org