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 Bayrasy Pascal <pa...@libertysurf.fr> on 2003/06/03 16:05:34 UTC

problem with deserialzation

Hallo,
I'm building a web service with AXIS and tomcat. I have done a WSDL 
interface and create a schema to use complex data.
The command wsdl2java have generated stub files and also bean files for 
the complex data.
I want yet testing this web service, but I have problem with 
Deserializing from complex data.
I have added in the server-config.wsdd the type-mapping with the 
corresponding generated classes.

I also want to know how I could load a xml file containing the 
information from my complex data instead of using the bean classes created.

Please help me.
Thanks

Pascal