[
Lists Home |
Date Index |
Thread Index
]
- From: Henrik Frystyk Nielsen <frystyk@microsoft.com>
- To: "Thomas B. Passin" <tpassin@home.com>, xml-dev@lists.xml.org
- Date: Wed, 22 Nov 2000 06:03:53 -0800
I suggest you have a look at SOAP [1] - this is one of the things it is
designed to do. The SOAP encoding allows you to link to things using URIs
so you can mix and match dynamically between what you want to have inline
and what you want to pull from, say an HTTP server. You can also wrap
things up in a MIME multipart if you so desire [2].
Henrik Frystyk Nielsen
mailto:frystyk@microsoft.com
[1] http://www.w3.org/TR/SOAP/
[2]
http://www.hpl.hp.com/personal/John_Barton/HTTP-A/SOAPAttachments16OCT00.htm
> > I have an application which involves transfering data to and from a
> business
> > partner. We have suggested simply passing XML file using a Post
> method over
> > HTTP. The actual files are small ( 2 - 5 k ).
|