Hi!
I've tried to build a Java client for the wsdl which can be found at http://62.146.42.45/soap/complextest1.wsdl
The wsdl file is compiled (using WSDL2Java from axis 1.1) without problems. But when I try to call the "findSecurities" function, an exception "No deserializer defined for array type Security" is raised.
I found the section about custom serialization in the Axis User's Guide, but since I'm building a client (and not a server) I don't think that a WSDD file is a solution for me.
What can I do instead to make it work?


Thanks in advance.
   Christian

Reply via email to