You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Jesse Vitrone <jv...@giantbear.com> on 2000/12/13 19:31:40 UTC

Another question about multiple params

First off, thanks for everyone's help on this list so far, you guys (and
gals) are great!

Summary - 
	On the the client side, multiple parameters are handled like this:
		first param: resp.getReturnValue()
		other params: resp.getParams()

Here's the question:
	On the server side, when generating the response, I'm not sure how
to send back multiple params.
	first param: the return value of the method.
	other params: ???

Thanks once again,
	Jesse Vitrone