Yes, I believe the java.sun site has some tutorials on
sockets, in which they build a simple http server as
an illustration with a few classes.

--- Scott Nichol <[EMAIL PROTECTED]> wrote:
> Apache SOAP does not have an HTTP server, but if you
> just support HTTP
> 1.0, it's a pretty easy thing to write.
> 
> Scott Nichol
> 
> ----- Original Message -----
> From: "Jung, Eric (Contractor)"
> <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, November 07, 2002 11:25 AM
> Subject: RE: ApcheSOAP without Apache
> 
> 
> > Yes.
> > By the way, there's no need to "re-invent the
> wheel." Apache Axis
> comes with
> > a built-in lightweight HTTP SOAP server, and I
> believe Apache SOAP
> does too.
> >
> > Maybe someone else on the list can point Jean-Luc
> to the Apache SOAP
> class
> > which acts as an HTTP server?
> >
> >
> > -----Original Message-----
> > From: Jean-Luc Cooke
> [mailto:jlcooke@;certainkey.com]
> > Sent: Thursday, November 07, 2002 11:21 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: ApcheSOAP without Apache
> >
> >
> > Eric,
> >
> > Will do.  It's pure Java I assume right?
> >
> > JLC
> >
> > On Thu, Nov 07, 2002 at 08:18:04AM -0800, Jung,
> Eric (Contractor)
> wrote:
> > > Just look at the ApacheSOAP source code and see
> how they do it!
> > >
> > >
> > > -----Original Message-----
> > > From: Jean-Luc Cooke
> [mailto:jlcooke@;certainkey.com]
> > > Sent: Thursday, November 07, 2002 11:14 AM
> > > 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-user-unsubscribe@;xml.apache.org>
> > > For additional commands, e-mail:
> <mailto:soap-user-help@;xml.apache.org>
> > >
> > > --
> > > To unsubscribe, e-mail:
> <mailto:soap-user-unsubscribe@;xml.apache.org>
> > > For additional commands, e-mail:
> <mailto:soap-user-help@;xml.apache.org>
> >
> > --
> > http://www.certainkey.com
> > Suite 4560 CTTC
> > 1125 Colonel By Dr.
> > Ottawa ON, K1S 5B6
> > C: 613.263.2983
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:soap-user-unsubscribe@;xml.apache.org>
> > For additional commands, e-mail:
> <mailto:soap-user-help@;xml.apache.org>
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:soap-user-unsubscribe@;xml.apache.org>
> > For additional commands, e-mail:
> <mailto:soap-user-help@;xml.apache.org>
> >
> >
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:soap-user-unsubscribe@;xml.apache.org>
> For additional commands, e-mail:
> <mailto:soap-user-help@;xml.apache.org>
> 


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

--
To unsubscribe, e-mail:   <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

Reply via email to