Re: ApcheSOAP without Apache

2002-11-11 Thread Ashutosh Arora
MAIL PROTECTED] | | cc: | | Subject: Re: ApcheSOAP

Re: ApcheSOAP without Apache

2002-11-09 Thread Charles Brewster
Java has client side support for posting data to an URL...but then at server side you better be doing it yourself. I guess notion was you always need a bulky web server handling this for you, though that is not necessarily true. Actually, many, many people

Re: ApcheSOAP without Apache

2002-11-09 Thread Scott Nichol
> What surprises me most is that in this internet era, nobody thought of > developing a light weight listener class for listening for HTTP requests. > Java has client side support for posting data to an URL...but then at > server side you better be doing it yourself. I guess notion was you always >

RE: ApcheSOAP without Apache

2002-11-09 Thread Ashutosh Arora
| | cc: | |

RE: ApcheSOAP without Apache

2002-11-08 Thread Pavel Ausianik
t: Friday, November 08, 2002 6:50 AM > To: [EMAIL PROTECTED] > Subject: Re: ApcheSOAP without Apache > > > You may find it difficult to have Apache SOAP parse the > request, execute > the service method, the write the response, because some of the server > code to do this depends

Re: ApcheSOAP without Apache

2002-11-07 Thread Scott Nichol
- Original Message - From: "Ashutosh Arora" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 5:34 PM Subject: Re: ApcheSOAP without Apache > > I'm also interested in something similar. I basically want to be able to > rec

Re: ApcheSOAP without Apache

2002-11-07 Thread Ashutosh Arora
ichol cc: Subject: Re: ApcheSOAP without A

Re: ApcheSOAP without Apache

2002-11-07 Thread Jean-Luc Cooke
gt; header, and creating one when sending responce. Is it really worth to do? > > Pavel > > > > > -Original Message- > > From: Jean-Luc Cooke [mailto:jlcooke@;certainkey.com] > > Sent: Thursday, November 07, 2002 6:14 PM > > To: [EMAIL PROTECTED] > &

RE: ApcheSOAP without Apache

2002-11-07 Thread Pavel Ausianik
worth to do? Pavel > -Original Message- > From: Jean-Luc Cooke [mailto:jlcooke@;certainkey.com] > Sent: Thursday, November 07, 2002 6:14 PM > To: [EMAIL PROTECTED] > Subject: ApcheSOAP without Apache > > > All, good work on this OSS project. Very keen. > &

ApcheSOAP without Apache

2002-11-07 Thread Jean-Luc Cooke
All, good work on this OSS project. Very keen. I'm going to ask something out-landish here and I'm very interested in your response. I'd like to create a small java application which accepts HTTP-SOAP requests and processes them. In other words: I want to create a light-weight HTTP-SOAP service