Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 2870 invoked from network); 4 Apr 2002 21:07:13 -0000 Received: from mailman.inso.com (HELO mailman.stellent-ied.com) (12.107.165.250) by daedalus.apache.org with SMTP; 4 Apr 2002 21:07:12 -0000 Received: (from root@localhost) by mailman.stellent-ied.com (8.11.2/8.11.2) id g34FvDV13239 for axis-user@xml.apache.org; Thu, 4 Apr 2002 09:57:13 -0600 Received: from badnews.stellent-ied.com (badnews.stellent-ied.com [10.100.0.54]) by mailman.stellent-ied.com (8.11.2/8.11.2) with SMTP id g34FvCe13231 for ; Thu, 4 Apr 2002 09:57:12 -0600 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Subject: RE: deserialize anyType Date: Thu, 4 Apr 2002 15:07:12 -0600 Message-ID: <40AD0DD8D0041349BAD9367EEB4847620C2A97@badnews.stellent-ied.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: deserialize anyType Thread-Index: AcHbzjcwmVhyF5ZvRNW4bd1OrsvjgAATbk9Q From: "Simon McClenahan" To: X-Virus-Scanned: by AMaViS snapshot-20010714 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I wouldn't expect any SOAP server to be able to deserialize a base type such as anyType, the equivalent of java.lang.Object . I have the same symptoms as your gSOAP client stub with the Axis client stub. For Axis, I stumbled on a workaround by leaving multirefs enabled. See my recent message = http://marc.theaimsgroup.com/?l=3Daxis-user&m=3D101775993730025&w=3D2 . Maybe you can't specify this with gSOAP, but if you do, let me know because my project happens to be using it as well :-) cheers, Simon > -----Original Message----- > From: munjal [mailto:munjalk@andrew.cmu.edu] > Sent: Wednesday, April 03, 2002 11:40 PM > To: axis-user@xml.apache.org > Subject: deserialize anyType >=20 >=20 > Hi, >=20 > Axis server returns an error unable to deserialize anytype. > I am using a client written using gSOAP (a C++ SOAP complier)=20 > and I am=20 > passing dynamic arrays of structures. I suppose gSOAP encodes=20 > the array as=20 > anyType and the AXIS server is unable to deserialize this. >=20 > Is this a bug in Axis? Is there a way around this? >=20 > Thanks, > Munjal >=20 >=20 >=20