Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 60669 invoked from network); 8 Aug 2005 14:16:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2005 14:16:41 -0000 Received: (qmail 67453 invoked by uid 500); 8 Aug 2005 14:16:39 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 67205 invoked by uid 500); 8 Aug 2005 14:16:38 -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 67192 invoked by uid 99); 8 Aug 2005 14:16:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 07:16:37 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id BD4CBE5 for ; Mon, 8 Aug 2005 16:16:36 +0200 (CEST) Message-ID: <256448738.1123510596773.JavaMail.jira@ajax.apache.org> Date: Mon, 8 Aug 2005 16:16:36 +0200 (CEST) From: "Jesper Zedlitz (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-2169) CastorSerializer: wrong namespace on accessor element when using RPC/literal 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 CastorSerializer: wrong namespace on accessor element when using RPC/literal ---------------------------------------------------------------------------- Key: AXIS-2169 URL: http://issues.apache.org/jira/browse/AXIS-2169 Project: Apache Axis Type: Bug Components: Serialization/Deserialization Versions: 1.2.1 Reporter: Jesper Zedlitz Attachments: AxisContentHandler.java There seems to be an interoperability problem when using the CastorSerializer in a RPC/literal service. WS-I Basic Profile says: | R2735 A MESSAGE described with an rpc-literal binding MUST place the part | accessor elements for parameters and return value in no namespace. Now when serializing a Castor object only the local name of the element is set to "...Return" but not namespace. I have fixed that problem by removing the namespace from the first serialized element. A better solution would be to pass the empty namespace to the Marshaller (the same way the local name of the root element is set). But that would also require changes in Castor. -- 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