[NTLUG:Discuss] OT sending and receiving XML on a UNIX server

Burton Strauss Burton_Strauss at comcast.net
Tue Sep 20 12:09:57 CDT 2005


XML is just a sequence of bytes.  So it's like any other tcp/ip server ...
It's not tied to being a web server or anything else.  It's just bytes in a
specific (recognized) format.

Since there is an existing application (server), it's whatever that expects
that you will need to code to.

-----Burton 

-----Original Message-----
From: discuss-bounces at ntlug.org [mailto:discuss-bounces at ntlug.org] On Behalf
Of Fred James
Sent: Tuesday, September 20, 2005 11:34 AM
To: NTLUG Discussion List
Subject: [NTLUG:Discuss] OT sending and receiving XML on a UNIX server

All
Brief background
(1) I have an interface to write that will initiate a session with another
server, send a message, receive a reply, and close the session.
(2) The interface will be called from an existing application, which will
wait for the reply

Questions (forgive me if they are dumb ones)
(a) What is required to send, and receive, an XML message?
(b) Is it required to have a web server running on the originating server
(home of my interface)?

Thank you in advance for any help you may be able to offer.
Regards
Fred James


_______________________________________________
https://ntlug.org/mailman/listinfo/discuss





More information about the Discuss mailing list