So, do both client and server need to have access to the IDENTICAL java class specified in the WSDD in the bean mapping for complexType objects?
Thanks, Kory -----Original Message----- From: Chris Haddad [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:01 PM To: [EMAIL PROTECTED] Subject: RE: URGENT Patricia - We need more information to help. The WSDL and WSDD files for your service deployment may assist to provide a clue. One wag, the package does always have to be accessible by the Classloader running in your servlet container. Second wag, your WSDD defining the typemapping is invalid. Have you gotten any of the Axis samples to work? Example5 demonstrate bean deserialization..... /Chris