[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] Problem accessing xmlblaster with xmlrpclib and Python



I'm not sure, but could this be due to the replacement of login by
connect?

If you use connect, you should try to provide a ConnectQos as Argument.

Hope this helps

regards

Heinrich



On Wed, 17 Jul 2002 Asmund.Hjulstad at ffi.no wrote:

>
> 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.
>
>