Deserializing using Apache SOAP 2.2

2002-02-12 Thread Chirdeep Sharma
. - Chirdeep Sharma [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Apache Bean Deserializer Problem

2002-02-11 Thread Chirdeep Sharma
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