Hello, I think you have answered youself - to implement Apache SOAP you need an servlet engine. Of cource you may want to implement realy simple and limited one youself - but still you need to take care of finding and processing HTTP 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] > Subject: ApcheSOAP without Apache > > > 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 using only Java. > > The object with the main(String[]) method would have a > ServerSocket and spawn > child worker threads as requests come in. Not hard. But how > would I parse > the SOAP request myself since there's no Apache/Tomcat/Jakarta? > > Many thanks, looking forward to your reply. > > JLC > > -- > To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> > For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org> > -- To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>