XML Transport Mechanism
LUCIO PICOLLI
lucio.piccoli at one2one.co.uk
Thu Jun 10 10:50:20 BST 1999
> >
> > The XML data is placed into the body of the MIME
> message which is an
> > HTTP request and/or response. This allows XML to be
> transmitted by SMTP as
> > well. You can use a standard Content-Type: "text/xml" or
> "application/xml
> to
> > indicate that the body is in XML format.
>
> I gather that what you are proposing is that the Java program listen
> directly for the HTTP requests? Could this piggyback onto a web server
> somehow?
The easiest way i have found is to use a servlet. Creating a XML
processing servlet is easy to implement as all the HTTP protocol is
handled by the servlet engine. Of cause this is a Java only solution;-)
-lp
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list