Hello. I'm not quite sure of your setup. I can't see the reason you set the request to be cross domain, since both your html and js files and your web service are hosted by the same server.
What I do when I start debugging such a setup is to use wireshark or fiddler to look at the requests and responses. IIRC, wireshark won't capture local traffic on Windows, so you probably need to use fiddler - http://www.fiddler2.com/fiddler2/. wireshark is also a generic packet capturing tool, whereas fiddler is specifically targeted at tracing and analyzing http traffic. br, flj -- Fine counsel is confusing, but example is always clear. (Edgar A. Guest, The Light of Faith) ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
