Deserializing using Apache SOAP 2.2
. - Chirdeep Sharma [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
Apache Bean Deserializer Problem
Hi, I am trying to deserialize a complex object of the following type; class A { Integer id; String str; B[] anObjectArray; } class B { Integer id; String str; C anObject; } class C { Integer id; String str; } I created the java bean classes for these