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=axis-user&m=101775993730025&w=2
. 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:[EMAIL PROTECTED]]
> Sent: Wednesday, April 03, 2002 11:40 PM
> To: [EMAIL PROTECTED]
> Subject: deserialize anyType
> 
> 
> Hi,
> 
> Axis server returns an error unable to deserialize anytype.
> I am using a client written using gSOAP (a C++ SOAP complier) 
> and I am 
> passing dynamic arrays of structures. I suppose gSOAP encodes 
> the array as 
> anyType and the AXIS server is unable to deserialize this.
> 
> Is this a bug in Axis? Is there a way around this?
> 
> Thanks,
> Munjal
> 
> 
> 

Reply via email to