You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Stéphane Moreau <st...@hp.com> on 2007/06/18 13:35:41 UTC

Axis 1.4 (java) - patched version of WSDL2Java available

All,

I wrote a serie of WebService using Axis 1.2.1, and wanted to tests them 
using code generated by WSDL2Java
Since those WebServices exposes a lot of methods and objects, the time 
to generate code was up to a few hours and some times end-up with an out 
of memory

Since I cannot easily change the services I use, I took a look at the 
WSDL2Java code and try to make a few changes so that it consumes a bit 
less memory and is a little faster
- This is basically done :
 1st, a cache for object dependancy is built while exploring the the 
exposition of the first method
 2nd when available the cache is reused while exploring the next methods 
exposed by the WebService

I run all the tests available from a copy of the subversion repository, 
and can provide any dev with a SVN patch to test this modification

It would be great if this could be integrated, since some of our 
customers might want to use this modified version of Axis WSDL2Java, so 
feel free to contact me if there is something I can do to provide the 
patch to the Axis group

Hope this will help

Stephane Moreau


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org