I created a Web Service project using MyEclipse 6.0. The Web Services is working, only the return object (complex type) is not returned in the returning SOAP message. When I look at the WSDL file (generated at runtime?) I see that my return object in not specified:
<xsd:complexType name=”outDocuments”/>
Is it possible to ‘overrule’ the generated WSDL by a fixed WSDL file ? Is so, where do I put this fixed WSDL file ? Or do I need to create a <class>.aegis.xml file which describes from which simple types these complex types exist ?
Thanks…