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

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



Title: RE: [xmlblaster] Problem accessing xmlblaster with xmlrpclib and Python

Well, I get identical error messages whatever method I call, even
if it doesn't exist.
(The error message is from the xmlblaster output log).

I also get the same message trying to run the python demo in the xmlblaster
distribution. The java test runs just fine.


Åsmund


-----Original Message-----
From: Heinrich Götzger [mailto:Heinrich.Goetzger at exploding-systems.de]
Sent: 17. juli 2002 13:08
To: xmlBlaster List
Subject: 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.
>
>