On 5/29/06, Tristan King <[EMAIL PROTECTED]> wrote:
I can do it with a normal HttpsURLConnection using the class at the end of this email, but i haven't been able to figure out how to do a similar thing with the apache xmlrpc2. can anyone help me with this, or point me towards some documentation which would help me?
If you can do that with an HttpsURLConnection, why not use the Sun transport of XML-RPC2?
note that i'm using version 2.0.1, cause i'm using java 1.4. Is version 3 available for java 1.4? when i tried to use it to said something bout being the wrong version. maybe i'm doing something wrong?
Version 3 should run with Java 1.2 and later. In particular, it should run with Java 1.4. If you receive a message like "wrong version" then something went wrong during creating the distribution. Jochen -- Whenever you find yourself on the side of the majority, it is time to pause and reflect. (Mark Twain) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
