On Fri, Jan 27, 2012 at 7:57 AM, Sagara Gunathunga <[email protected]> wrote: > > > On Fri, Jan 27, 2012 at 4:10 PM, Lucio Crusca <[email protected]> wrote: >> The webservice is running zend framework. The generated WSDL file is >> correctly >> understood by wsdl2java, using ADB. However the generated code raises an >> exception when run: >> >> Exception in thread "main" org.apache.axis2.AxisFault: >> org.apache.axis2.databinding.ADBException: Unexpected subelement return >>
If the WSDL is validated successfully, then one alternative would be to use xmlbeans instead of adb, since the former AFAIK supports 100% of the standard. xmlbeans is just one example, you may have better luck with others. -d is a lot more work I would think. - R --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
