> Is it possible, using axis2 1.2, to send one non-blocking request and receive
> multiple responses on a client  Callback instance?
>   
Well the answer is depend on how you have implement the MessageReceiver 
, if you use Axis2 default MessageReceivers you wont get this. For
example in Apache Synapse you can easily do this.
> I ask this because I have some responses sending back large amounts of data
> to the client and I do not want the client to have to wait until all the
> data is received before it can process it and display it. I want the server
> to return data in multiple chunks to the Callback instance. 
Any way server will send the the response as chunks
> The client will
> display the data as it receives it, thus not having to wait on ALL the data
> before client can begin viewing it.
>   
-Deepal



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

Reply via email to