Title: How to set output parameters in my server code

Hi,
I am trying to invoke a java method of a java service on server (via .../servlet/rpcrouter to deploy this service, actually just a java class containing that method). My problem is, this method will not only return a value, it will also have some output parameters. I guess on client side I can use getParams() method of Response class to get these parameters, but how do I set these output parameters in the method on server side (to send them to client)? I could not find any example usage from the samples coming together with Apache soap server.

thanks
Yong Chen

Reply via email to