|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XML across varied Servers
Narayanan, Ramesh asks - > I understand that XML is great for moving data across applications > running under different OS. Every book and article says this is the primary > goal of XML. But i dont understand how this is implemented. More > specifically , i need to send an XML document asynchronously from an Unix > Server to a Windows NT Server, neither of them running a web server. How can > this be done, without using MSMQ or MQSeries ? Could somebody throw some > light on this ? You have to have **something** running on the receiving end to listen for you document. And you have to have **something** to send it. You don' have to have a regular web server, though, even if you use HTTP. With most any good programming system you can build some kind of a socket server that could receive the document. And there are libraries for http servers (or ftp, or...) to do that sending or receiving. Python is one among many. If you don't want to run something special on the sender, you could email the document, and automatically route it at the receiving end to the xml processing system. email is a buffered asynchronous system that is widely available. Tom Passin *************************************************************************** This is xml-dev, the mailing list for XML developers. To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev List archives are available at http://xml.org/archives/xml-dev/ ***************************************************************************
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








