Hi Connor,
sorry I couldn't reply earlier. "qx.util.Json" seems to be deprecated in
recent releases, at least I did not find it in the API viewer. Did you run a
migration on the code?
Best,
Christian
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/PHP-RPC-Server-seems-to-wor
Hi Christian,
Here ist what I found:
POST
http://localhost:8080/rpc/qooxdoo/services/index.php?nocache=1337668676265
200 OK
40ms
rpccon...demo.js (Zeile 15544)
TypeError: qx.util.Json is undefined
(undefined="[object Object]")rpccon...demo.js (Zeile 11078)
(undefined="1", undefined
Derrell Lipman wrote
>
> On Mon, May 21, 2012 at 11:44 AM, Connor wrote:
>
>> Derrell, thank you. My request works now.
>> I'm still trying to get rpc console test working...seems to be that I
>> have
>> the same problem described in my first message if I don't use
>> cross-domain
>>
On Mon, May 21, 2012 at 11:44 AM, Connor wrote:
> Derrell, thank you. My request works now.
> I'm still trying to get rpc console test working...seems to be that I have
> the same problem described in my first message if I don't use cross-domain
> requests.
>
Sorry, for that one, you'll have to
Derrell, thank you. My request works now.
I'm still trying to get rpc console test working...seems to be that I
have the same problem described in my first message if I don't use
cross-domain requests.
Connor
Am 21.05.2012 17:20, schrieb Derrell Lipman:
> On Mon, May 21, 2012 at 11:12 AM, Connor
On Mon, May 21, 2012 at 11:12 AM, Connor wrote:
> Besides the RPC console I've tried to call the rpc server directly with :
>
> var rpc = new qx.io.remote.Rpc(
>"http://localhost:8080/rpc/qooxdoo/services/index.php";,
>"qooxdoo.test"
> );
> try {
>var res
Besides the RPC console I've tried to call the rpc server directly with :
var rpc = new qx.io.remote.Rpc(
"http://localhost:8080/rpc/qooxdoo/services/index.php";,
"qooxdoo.test"
);
try {
var result = rpc.callSync("echo", "Test");
alert("Resu
Hi,
After setting up a PHP RPC-Server I tried to run the qooxdoo test with
the RPC-Console. The first test
getInteger is executed and results in a log on the RPC Server that does
not show an error.
Server initialized.
Service request: qooxdoo.test.getInteger
Parameters: Array
(
)
Server Data:
Che