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