Thanks for the response Michael. I will take another look at the source.
Has anyone else had a need to for maintaining session state? Or is the standard for this always to pass the sessionid around as a parameter? I really like the way the Python XMLRPC framework does it where you can pass your own Transport implementation to the XMLRPC main class. Thanks, Ben ---------------------------------------------------- Make More Sales with http://www.QuickBeep.com Never lose a bookmark again with http://KeepTabs.com For all your gift giving needs http://SaleCity.com Blog: http://www.killersite.com Skype: callto://ben.schochet -----Original Message----- From: Michael Landon - IBN [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 10:45 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Cookie Information 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
