You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Suyog Gandhi <sg...@vistaar.com> on 2006/05/26 02:43:14 UTC

AXIS2 1.0 Serialization Problem

> I am using AXIS2, RPCMessageReceiver.
> 
> I am passing following obbject as a parameter in one of my call.
> 
> WMemberInfo
> 	|- ID
> 	|- WMemberAttribute []
> 		|- Name
> 		|- Value
> 		|- isChanged
> 
>  I can get value of ID properly. But I cannot get WMemberAttribute
> properly. On SOAP monitor I can see request XML is proper. But I get
> null in all the place holders in WMemberAttribute ( i.e Name, value
> are null and isChanged is false default value.). 
> 
> I checked the tracker variables, all the tracker variables are true. (
> I think it means it will serialize the object.)
> 
> Anyboyd has any insight on how to tackel this problem. ( Using 25 May
> 2006 Nightly build).
> 
> Thanks & Regards,
> Suyog
> 
>