Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 42677 invoked from network); 15 Nov 2004 16:42:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Nov 2004 16:42:33 -0000 Received: (qmail 79466 invoked by uid 500); 15 Nov 2004 16:42:30 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 79442 invoked by uid 500); 15 Nov 2004 16:42:30 -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: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 79432 invoked by uid 99); 15 Nov 2004 16:42:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 15 Nov 2004 08:42:26 -0800 Received: (qmail 2013 invoked from network); 15 Nov 2004 16:42:24 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 15 Nov 2004 16:42:24 -0000 Message-ID: <1199596419.1100536944952.JavaMail.apache@nagoya> Date: Mon, 15 Nov 2004 08:42:24 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: =?ISO-8859-1?Q?[jira]_Commented:_(AXIS-1636)_Output_Soap_me?= =?ISO-8859-1?Q?ssage_using_document/literal_wrapped_do_not_u?= =?ISO-8859-1?Q?se_the_XSD_declared_root_element_but_one_that?= =?ISO-8859-1?Q?_finish_by_the_hard_coded_keyword_=93Response=94.?= In-Reply-To: <1777432121.1099350873015.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://nagoya.apache.org/jira/browse/AXIS-1636?page=3Dcomments#actio= n_55505 ] =20 Davanum Srinivas commented on AXIS-1636: ---------------------------------------- Again, Please help by providing a patch that does not break existing test b= ed. thanks, dims > Output Soap message using document/literal wrapped do not use the XSD dec= lared root element but one that finish by the hard coded keyword =93Respons= e=94. > -------------------------------------------------------------------------= ---------------------------------------------------------------------------= - > > Key: AXIS-1636 > URL: http://nagoya.apache.org/jira/browse/AXIS-1636 > Project: Axis > Type: Bug > Components: Serialization/Deserialization > Versions: 1.2RC1 > Environment: 09/23/2004 > Reporter: S=E9bastien Tardif > Attachments: docHarbor.wsdl > > As you can see in RPCProvider.java line 318: method processMessage > /* Now put the result in the result SOAPEnvelope */ > /*************************************************/ > RPCElement resBody =3D new RPCElement(methodName + "Response"); > resBody.setPrefix(body.getPrefix()); > resBody.setNamespaceURI(body.getNamespaceURI()); > resBody.setEncodingStyle(msgContext.getEncodingStyle()); > So having a schema like: > =85 > > > =09 > =09=09 > =09 > =09=09 > =09=09=09 > =09=09 > =09 > =85 > > > =09=09 > =09=09 > =09 > =85 > > =09 > > =85 > > =09 > =09=09 > =09=09=09 > =09=09 > =09 > =85 > We see that the root element is DocumentsListResponseWrapper and it=92s a= lso what .NET expect after it digest the WSDL. > But we get is this: >