Axis 1.6 not handling methods with null parameters

2011-10-14 Thread Leon Koch
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

Re: [Axis2] Generated code results in javac error "code too large"

2011-10-14 Thread Alan Beck
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

Re: [Bulk] RE: How to set the server address in Maven Java2WSDL

2011-10-14 Thread Zak Mc Kracken
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