I tried your first solution using pure Javascript implementation but it
doesn't work...
I get this :
"{"service":"\"myService\"","method":"\"myMethod\"","id":"1","params":"[\"param1\",
\"param2\"]"}"
instead of 
"{"service":"myService","method":"myMethod","id":1,"params":"[\"param1\",
\"param2\"]"}"

BUT I found a very simple solution... Getting the latest version of
Prototype.
Indeed, I had the 1.6.1 version. Using the 1.7, there is no more problem.

and I get this string (the good one) : 
"{"service":"myService","method":"myMethod","id":1,"params":["param1","param2"]}"

Thank you very much for your help.
Cheers
Simon

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/RPC-request-Stringify-Conflit-with-Prototype-tp7358354p7358747.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to