Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-10 Thread Nick Glencross
James, I sent this email on the 3rd (a week ago), but unfortunately the From: address was malformed, and was clearly rejected before appearing on the list. James Lavery wrote: > Hi Nick, > I'm running IE7. > > Have just tried it from Firefox, with the same results. >> >> It looks like no POST

Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-06 Thread James Lavery
Hi Nick, Any more thoughts on this? I reeally want/need to get RPC going with Perl! James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Glencross Sent: 02 February 2007 12:03 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Perl RPC

Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-02 Thread James Lavery
Hi Nick, I'm running IE7. Have just tried it from Firefox, with the same results. Thanks, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Glencross Sent: 02 February 2007 12:03 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Per

Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-02 Thread Nick Glencross
James, On 01/02/07, James Lavery <[EMAIL PROTECTED]> wrote: > Hi Nick, > > I've done this, and here's the output: > > === startSession id: 860001129e7de693d7265bfb16889be9 > $cgi->param: > 1 > $cgi->save: > keywords=%7B%22service%22%3A%22qooxdoo.test%22%2C%22method%22%3A%22echo% > 22%2C%22id%22%3A

Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-01 Thread James Lavery
Sent: 31 January 2007 17:20 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Perl RPC - problems running James, > On 31/01/07, James Lavery <[EMAIL PROTECTED]> wrote: > > Hi Nick, > > I've amended the JSONRPC.pm to log to a file wherever it was > > printing to S

Re: [qooxdoo-devel] Perl RPC - problems running

2007-01-31 Thread Nick Glencross
James, > On 31/01/07, James Lavery <[EMAIL PROTECTED]> wrote: > > Hi Nick, > > I've amended the JSONRPC.pm to log to a file wherever it was printing to > > STDERR, and am getting the following log information: > > > > Session id: f9373329e104dd87a652d093832b9523 > > POST Content type is 'applicati

Re: [qooxdoo-devel] Perl RPC - problems running

2007-01-31 Thread Nick Glencross
Hi James, On 31/01/07, James Lavery <[EMAIL PROTECTED]> wrote: > Hi Nick, > I've amended the JSONRPC.pm to log to a file wherever it was printing to > STDERR, and am getting the following log information: > > Session id: f9373329e104dd87a652d093832b9523 > POST Content type is 'application/json' >

Re: [qooxdoo-devel] Perl RPC - problems running

2007-01-31 Thread James Lavery
r than GET - is this the problem? (And if so, any pointers on where to fix it?) Thanks, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Glencross Sent: 30 January 2007 17:39 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Perl RPC - proble

Re: [qooxdoo-devel] Perl RPC - problems running

2007-01-31 Thread James Lavery
hanks, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Glencross Sent: 30 January 2007 17:39 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Perl RPC - problems running Hi James! On 30/01/07, James Lavery <[EMAIL PROTECTED]> wrote: >

Re: [qooxdoo-devel] Perl RPC - problems running

2007-01-30 Thread Nick Glencross
James, > > However, when I try running the test: > > > > http://localhost/qx/0.6.5/qooxdoo-0.6.5-sdk/frontend/application/sample/source/html/test/RPC_1.html > > > > I get the following errors (in the right-hand pane of the test page): > > > > qx.core.Object > > 960302: JSON request: > > {"service

Re: [qooxdoo-devel] Perl RPC - problems running

2007-01-30 Thread Nick Glencross
Hi James! On 30/01/07, James Lavery <[EMAIL PROTECTED]> wrote: > > > > Hi All, > I'm trying out the Perl backend, and am having problems… > > I can get the > > 'Your HTTP Client is not using the JSON-RPC protocol' > > error when I point a browser at my server script. > Yes, that's what's expected

[qooxdoo-devel] Perl RPC - problems running

2007-01-30 Thread James Lavery
Hi All, I'm trying out the Perl backend, and am having problems... I can get the 'Your HTTP Client is not using the JSON-RPC protocol' error when I point a browser at my server script. However, when I try running the test: http://localhost/qx/0.6.5/qooxdoo-0.6.5-sdk/frontend/application/sample