On 11/2/05, Fred James <[EMAIL PROTECTED]> wrote: > All > The problem is this > (1) pass an XML text message from server A to server B > (2) receive an XML text message on server A from server B, in response > to the original message (item 1) > > Just to be clear > (3) server A is mine, server B is not, and server A does not have a web > server running on it. > (4) this is a stand alone, and I need to keep it as simple as possible > (4.1) ...just a C program on server A, compiled with libwww, to pass an > XML text message to server B and then wait for and receive a the reply > from server B. The reply is in itself another XML message. > > The question is this > Using libwww, is that > (a) get > (b) put > (c) both > (d) something else altogether
(d) POST PUT would only be appropriate if you were in fact creating the resource on the server that was the content of the associated message libwww may be a bit more than you need for this, look at libcurl or LWP::Perl or httplib in python _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
