You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Yong Chen <yc...@allegronetworks.com> on 2001/06/07 02:06:55 UTC

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