As of version 1.1, there was no interface for getting/setting HTTP header info, but a quick look at the source code for the appropriate client (XmlRpcClientLite or XmlRpcClient) will show you places where you could modify the source & easily get/set header info.
Michael ----- Original Message ----- From: "Bentzion Schochet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 07, 2005 8:28 PM Subject: Cookie Information Hi, I need to track a session through a cookie header. Is this possible with this implementation of XMLRPC? Is there another version in Java that will allow me access to HTTP header information? I need to be able to get/set HTTP headers on the XMLRPC traffic (i.e. cookies etc.). Please respond if you have any information on this. I urgently need to get this working. Thanks so much, Ben
