Fred James 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)
That sounds very similar to what XMLRPC does. The difference is that XMLRPC builds the XML for you, packing data into an XML wrapper and unpacking the reply into more data. There are no fewer than five implementations of the XMLRPC client side in C: http://www.xmlrpc.com/directory/1568/implementations I don't know which of those are good, sorry. (At the moment, www.xmlrpc.com seems to be down -- see Google's cache: http://www.google.com/search?q=xmlrpc+implementations If XMLRPC doesn't help, then as Larry said you want to use an HTTP POST operation. libwww supports that. -- Bob Miller K<bob> [EMAIL PROTECTED] _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
