I'm getting an error message I don't understand:
"Invalid method in client request: 'POST /RPC2 HTTP/1.0'"
I'm using xmlBlaster v0.79f, python 2.2.1.
Also tried with python 2.0.1 with xmlrpclib 0.9.8 and 0.9.9.
The python source code:
import xmlrpclib
s = "http://hostname:3412"
se = xmlrpclib.Server(s)
se.authenticate.login("x","x","<qos></qos>","")
Any help appreciated.