This is disappointing. Then how do I get output parameters besides the
return value? Or I have to either write my own provider? or tweak the return
value?

-----Original Message-----
From: Hansen, Richard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 6:19 AM
To: '[EMAIL PROTECTED]'
Subject: RE: How to set output parameters in my server code


Apache SOAP does not support out params.


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 

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

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

Reply via email to