Hi,

I have a web service up and running under axis2-1.1.1. In order to create the stubs and skeleton from the WSDL/Schema I use:

call wsdl2java -uri %WSDLFILE% --package mydomain.queue --language java --server-side --service-description --databinding-method adb --generate-all --output .

from a shell script / WinXP. This worked fine with Axis2-1.1.1 and a number of older versions.


After updating to Axis2-1.3, the new wsdl2java suddenly starts to edit my sources files located in the package mydomain.queue.implementation, that is below the stubs / skeleton. I also did not believe it at first, but it *really is* wsdl2java (or a part of it) that modifies the source files, at least this happens while wsdl2java is running. Now I have two problem. Firstly the editing operation that wsdl2java perfroms introduces some errors, and secondly I would like to use my own formatting for argument list etc.

Can some give a hint to problem here?

Thanks in advance,
-Rainer



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to