Hi,

I am trying to generate test case from a WSDL operation taking no
parameters (everything is document literal) . The input message for the
operation is defined thus:

<message name="getMembershipInfo"/>

The generated skeleton looks ok. However, the generated test cases look
buggy as in the testStart<op_name> method of the test case class it calls
the stub.start<op_name> with a param34 without first creating it. In fact,
As the operation does not take any parameters, there is not need to create
and pass any such parameters. And rightly, the
start<op_name> method in the stub class takes only a callback object as a
parameter, no other parameter is required.

So, just by removing the param34 from the call to stb.start<op_name> solves
the problem.

Thanks,

-Nirmit



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

Reply via email to