Hi! We are developing a document style web service using AXIS. I know it is possible to serialize java beans and send them with SOAP.
Is this Axis / Apache SOAP specific? How can I describe such a service in a WSDL file (especially <types> part)? What I have to mention: I don't have AXIS generated stubs at the client side because I use a tool for web service orchestration (http://www.jopera.org), that has it's own SOAP engine and uses only the WSDL file. Is it only possible if I define the bean's XML schema in the WSDL file? Thanks a lot for your help. I don't find much information on this topic in the web. Chris
