Is this the way SOAP works?

2002-08-13 Thread Hongda Lin
Title: RE: Will call-back works on SOAP by managing HTTP session? Hi,     I know that SOAP uses HTTP 1.0. After a request/response the HTTP session dies, but what about the code it was running on? Is it running all the time once you register it, then it just waiting for someone to

Re: Is this the way SOAP works?

2002-08-13 Thread Scott Nichol
Apache SOAP itself contains a pair of servlets (RPCRouterServlet and MessageRouterServlet). The J2EE container in which they run routes HTTP requests to them based on the request URL. By default, most containers will load the servlets and classes they require on demand, although many allow you t

RE: Is this the way SOAP works?

2002-08-13 Thread Sinha, Madhukar [IT]
Thats a good summary. thanks -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Re: Is this the way SOAP works? Apache SOAP itself contains a pair of servlets (RPCRouterServlet and MessageRouterServlet

RE: Is this the way SOAP works?

2002-08-13 Thread Hongda Lin
Thanks a lot, Scott. Hongda -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Re: Is this the way SOAP works? Apache SOAP itself contains a pair of servlets (RPCRouterServlet and MessageRouterServlet)