[
Lists Home |
Date Index |
Thread Index
]
- From: "John Evdemon" <jevdemon@acm.org>
- To: mclee@oblix.com
- Date: Thu, 28 Oct 1999 12:36:07 -0700
Michele,
Here is some info that might help you:
1. If two application vendor want to transfer XML documents to each other, is there a standard transport that is used? When I say transport, I mean web server communication using http protocol, etc.
The systems I have worked on use HTTP or HTTPS. XML is really nothing more than a specially formatted file. It could theoretically be transported using any networking protocol (e.g. IP, IPX, etc.).
2. If web server is the transport, how do most vendors handle the authentication with the web server? Do they write their own client to authenticate with the web server or are there software available for that?
Use digital certificates on both the server (to authenticate the server to the client) and the client (to enable client authentication/non-repudiation). This is by far, the easiest and most secure (although it significantly increases the processing load on the server). There are alternatives (such as Basic Authentication - userid/password), but they tend to be less secure.
Hope this helps!
John Evdemon
XML Solutions
http://www.xmls.com
______________________________________________________________________
Get Visto.com! Private groups, event calendars, email, and much more.
Visto.com. Life on the Dot.
Check it out @ http://www.visto.com/info
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|