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

2002-07-17 Thread Cyrille Giquello
Great ! I prefer that. If wasn't that, a long strange debug session should be started ... ;o{ Regards, Cyrille. [EMAIL PROTECTED] a écrit: > You where right, I was talking to the wrong port. > > (oopps... feeling really stupid. :-/ ) > > If there still isn't a python xmlrpc callback example,

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

2002-07-17 Thread Asmund . Hjulstad
Title: RE: [xmlblaster] Problem accessing xmlblaster with xmlrpclib and Python You where right, I was talking to the wrong port. (oopps... feeling really stupid. :-/  ) If there still isn't a python xmlrpc callback example, I'll provide one as soon as I get it working. Thanks. Åsmund.

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

2002-07-17 Thread Cyrille Giquello
hello, the error > "Invalid method in client request: 'POST /RPC2 HTTP/1.0'" looks like a xml-rpc protocol error. But the request seems to be well formed... Are you speaking on the right port ? The xml-rpc server port (default : 8080) and not to the IOR http server ? If port are OK : Perh

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

2002-07-17 Thread Heinrich Götzger
Well, than I'm off, probably Marcel or Cyrille do have some ideas. regards Heinrich On Wed, 17 Jul 2002 [EMAIL PROTECTED] wrote: > > 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

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

2002-07-17 Thread Asmund . Hjulstad
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 xmlbl

Re: [xmlblaster] Problem accessing xmlblaster with xmlrpclib andPython

2002-07-17 Thread Heinrich Götzger
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 [EMAIL PROTECTED] wrote: > > I'm getting an error message I don't understand: > > "Invali

[xmlblaster] Problem accessing xmlblaster with xmlrpclib and Python

2002-07-17 Thread Asmund . Hjulstad
Title: Problem accessing xmlblaster with xmlrpclib and Python 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 so