[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [xml-dev] Web Service: SOAP or {HTML + Servlets}?
- From: "Britt, James" <James.Britt@pegs.com>
- To: xml-dev@lists.xml.org
- Date: Wed, 10 Oct 2001 12:23:38 -0700
> -----Original Message-----
> From: Roger L. Costello [mailto:costello@mitre.org]
> Sent: Tuesday, October 09, 2001 2:17 PM
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] Web Service: SOAP or {HTML + Servlets}?
>
> <snip />
> Contrast this with the
> HTML + Servlet
> technology where an application creates an HTML document,
> which is sent
> to an application (servlet) for processing. This is a document-based
> architecture.
In what way is an HTML document sent to a servlet? What you're
describing sounds like HTML form data being sent to a servlet; the
servlet is likely getting a simple string of the form foo=bar&blug=bloo.
Or perhaps more complex data is sent in a POST, but would this really be
an HTML document?
James