Hi,
I am using 27th Nov snapshot of axis2 1.1.1. In my wsdl I have an operation
that takes no inputs (empty input message), doc/lit style. When I generate
code with wsdl2java, the test cases generated for asynchronous invocation
generates this:
stub.startgetInfo(
,
new tempCallbackN10038()
);
which is bad as the comma is not needed there. (getInfo is my wsdl
operation) Just deleting the comma solves the problem.
Please correct this in the nightly.
Thanks,
-Nirmit
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]