Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 80591 invoked from network); 12 Oct 2006 13:35:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 13:35:23 -0000 Received: (qmail 89086 invoked by uid 500); 12 Oct 2006 13:35:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 89045 invoked by uid 500); 12 Oct 2006 13:35:19 -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 89032 invoked by uid 99); 12 Oct 2006 13:35:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 06:35:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 06:35:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A37D7142E2 for ; Thu, 12 Oct 2006 06:34:36 -0700 (PDT) Message-ID: <26275060.1160660076170.JavaMail.jira@brutus> Date: Thu, 12 Oct 2006 06:34:36 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1338) Code generation drops the element which holds an xsd:anyType element at both client and server sides In-Reply-To: <7738803.1160481799954.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-1338?page=comments#action_12441733 ] Davanum Srinivas commented on AXIS2-1338: ----------------------------------------- Looks like the patch has already been applied :( that's ok, i was going to do that anyway. -- dims > Code generation drops the element which holds an xsd:anyType element at both client and server sides > ---------------------------------------------------------------------------------------------------- > > Key: AXIS2-1338 > URL: http://issues.apache.org/jira/browse/AXIS2-1338 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: adb > Environment: Axis2 1.1 RC-1 > Reporter: Asankha C. Perera > Attachments: AbstractTestCase.java, ADBBeanTemplate.xsl-patch-111006.txt, ComplexEchoServiceSkeleton.java, ComplexEchoServiceTest.java, echo-good.xml, echo.wsdl, echo.xsd > > > The following is a fragment from the WSDL used (attached to the JIRA). The element "value" is of type xsd:anyType > > > > > > > > > > > > > > > Codegen using -o -s -t -ss -sd -g -uri echo.wsdl and use attached client and server skeleton implementations to test. > On TCPMon the SOAP request sent is as follows: > > Request NV1 name > > > When a correct request of the form shown below is sent to the server: > > Request NV1 name > > > The server replies as: > > > Response NV1 name > > > Again, thw WSDL defines the response as follows: > > > > > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org