On Sat, May 7, 2011 at 22:44, dabd <[email protected]> wrote:

>  I implemented a wrapper web service that returns a string with a call to
> qx.io.remote.transport.Script._requestFinished.
>
> And made a simple test with the following code:
>
> url = "http://localhost:8080/sparql/resources/sparql/update";;
> req = new qx.io.remote.Request(url, "GET", "application/json");
> req.setParameter("id", "10");
> req.setCrossDomain(true);
> req.addListener("completed", function(e) {
>                                     alert(e.getContent());
>                                 });
> req.send();
>

Please post what Firebug shows as the entire GET request, and what Firebug
shows for the response to the GET request. You should be getting close at
this point.

Also, in addition to having qx.debug enabled, you can enable
qx.ioRemoteDebug to get additional debugging in the qx.io.remote.* code.

Derrell
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to