Hi,
We have encountered an issue when upgrading from Axis 1.5.4 to 1.6.0
We have several WSDLs containing methods without parameters, eg:
...
This WSDL was generated from a Java class using axis 1.5.4 tool java2wsdl.
We then generated server side stubs using wsdl2java.
This WSDL + stub
Thanks for your suggestion Nandeesh. However, the issue is with javac having
a limit on method size (64kB) so is not Eclipse specific. The issue is that
WSDL2JAVA does not seem to take the method length into consideration when
generating code. In this regard I guess it is a bug, or arguably a feat
Thank you very much Joe.
On 14/10/2011 00:14, Caristi, Joe wrote:
This can be controlled at run-time by Axis2, so it's not too important what
gets generated by java2wsdl. Two entries in the services.xml file affect this
by controlling the WSDL Axis2 exposes and whether or not Axis2 will dyna