+1 on Dan' suggestion. As has been said many times, the wonderfulness of xml-rpc is its tight small independence.
-----Original Message----- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 8:53 PM To: [EMAIL PROTECTED] Subject: Re: XML-RPC client cookies? Ryan Hoegg <[EMAIL PROTECTED]> writes: > Hello all, > > Well, I have made it past authentication with this interesting service > provider of mine, and now I have to actually do something useful! > > Well, it turns out that I need to maintain session state to do > anything. And how else to accomplish this than with cookies! > > So I guess I need to extend the client code to support cookies. > Someone please tell me if these types of changes (dealing with HTTP > communication rather than XML stuff) are outside the scope of the > project. I'd merge in patches adding improved HTTP support, but really think that you'd be better off just running the server behind a Servlet in Tomcat or Catalina (which both already have good support for this type of thing).