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 Rino Srivastava <rs...@producersamerica.com> on 2001/12/05 18:34:42 UTC

RE

Hello everyone:

I have a question for you guys.  Suppose I have a Client and Server program.
The server returns some response back to the Client.  Now if I want to use
this response in another method on the server, how can I accomplish this?

Rino

Re: RE

Posted by Vinod Soni <vi...@btinternet.com>.
Take out the Parameter from the Response object...and pass it as a Parameter
to Call to another method on the client....

----- Original Message -----
From: "Rino Srivastava" <rs...@producersamerica.com>
To: <so...@xml.apache.org>
Sent: Wednesday, December 05, 2001 5:34 PM
Subject: RE


> Hello everyone:
>
> I have a question for you guys.  Suppose I have a Client and Server
program.
> The server returns some response back to the Client.  Now if I want to use
> this response in another method on the server, how can I accomplish this?
>
> Rino


Re: RE

Posted by Vinod Soni <vi...@btinternet.com>.
Take out the Parameter from the Response object...and pass it as a Parameter
to Call to another method on the client....

----- Original Message -----
From: "Rino Srivastava" <rs...@producersamerica.com>
To: <so...@xml.apache.org>
Sent: Wednesday, December 05, 2001 5:34 PM
Subject: RE


> Hello everyone:
>
> I have a question for you guys.  Suppose I have a Client and Server
program.
> The server returns some response back to the Client.  Now if I want to use
> this response in another method on the server, how can I accomplish this?
>
> Rino