Passing XML data between applications

Jonathan Borden jborden at mediaone.net
Thu Jul 1 23:17:45 BST 1999


John Martin wrote:
> I am trying to understand how applications can use XML to pass data to
> one another.

Once you have your data packaged as XML documents, you need to select a
protocol for exchange of the information between applications.

For async transmission, the XML document can be packaged in a MIME message
and transmitted via SMTP. For sync transmission the XML can be packaged in a
MIME message and transmitted via HTTP. You can also define a custom protocol
and pass the data via for example a socket.

Whether or not you need to define a DTD for the messages and/or validate the
messages at each end depends on the needs of your application.

Jonathan Borden
http://jabr.ne.mediaone.net



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