Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 60501 invoked from network); 27 Sep 2006 09:41:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 09:41:40 -0000 Received: (qmail 58544 invoked by uid 500); 27 Sep 2006 09:41:40 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 58423 invoked by uid 500); 27 Sep 2006 09:41:39 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 58412 invoked by uid 99); 27 Sep 2006 09:41:39 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 02:41:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:33103] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 9D/60-24472-3574A154 for ; Wed, 27 Sep 2006 02:41:39 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 919B77141BB for ; Wed, 27 Sep 2006 09:37:50 +0000 (GMT) Message-ID: <7842928.1159349870584.JavaMail.jira@brutus> Date: Wed, 27 Sep 2006 02:37:50 -0700 (PDT) From: "Matt Love (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-1002) Support for xsi:type when serializing complex objects and arrays of complex objects. In-Reply-To: <6000782.1159349750042.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-1002?page=all ] Matt Love updated AXISCPP-1002: ------------------------------- Attachment: patch The following patch allows me to serialize the types, if someone would like to comment on it ? > Support for xsi:type when serializing complex objects and arrays of complex objects. > -------------------------------------------------------------------------------------- > > Key: AXISCPP-1002 > URL: http://issues.apache.org/jira/browse/AXISCPP-1002 > Project: Axis-C++ > Issue Type: New Feature > Components: Serialization > Affects Versions: 1.6 Beta > Environment: Windows XP client (AXIS/C++ version 1.6b ), VMware ESX 3.0 server (Axis/Java version 1.2.1) > Reporter: Matt Love > Attachments: patch > > > Axis/C++ currently doesn't seem to allow me to send the typename of a complex object down to the serializer. This is causing problems when trying to serialize a 'derived' object, as the server cannot identifiy the correct derived type without xsi:type. -- 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-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org