You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Chirdeep Sharma <ch...@hotmail.com> on 2002/02/12 18:42:37 UTC

Deserializing using Apache SOAP 2.2

Hi,

According to the WSDL file on the server I will be getting back an object A 
which relates in multiple objects in the following way..

A extends B {

	HashSet set1;
	HashSet set2;
	String  s1;
}


B extends C {

	HashSet set3;
}

C extends D {

	Integer i1;
	String  s2;
}

D {

	Date d1;
	Date d2;
	E    e1;
}

E {

	String s3;
}

Is it possible to deserialize this using the Apache bean serializer my 
mapping the objects A to E. If not how can we achieve this?

Thanks,
Chirdeep.



---------------------------------------------------------------------
Chirdeep Sharma                         chirdeep@hotmail.com


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.