Hi, This is handled at the transport level. When a TCP connection (HTTP is the application layer protocol) is stabilized between the server and the client this get handled automatically. Also Axis2/C doesn't have any state information about the clients that are connected to it. It gets a request via a TCP (HTTP is the application layer protocol) and through that same connection it sends the reply.
Supun. On Fri, Jun 20, 2008 at 10:35 PM, Shobha AC <[EMAIL PROTECTED]> wrote: > Dear All, > > Can anyone tell how the requests from different clients for the > same service api is handled? > > Like sending the respective response to the respective clients.. > > > > Regards, > > Shobha > > >
