Hi, When you have no control of what the service returns, you should write your own service. Call your service from the same origin, let your service make the cross-domain request, transform the answer to your needs and return it as a response.
Tino Am 07.05.2011 um 12:44 schrieb dabd: >> From what I read in the forums and the documentation the only way to make a > cross-domain request is to use the ScriptTransport but this requires that > the server agrees to return a call to > > qx.io.remote.ScriptTransport._requestFinished(id, returnValue); > > > But what if I have no control of what the server returns and all I can do is > request a MIME type of application/json? How can I consume such a web > service from qooxdoo? > I would appreciate an example. Thanks. > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/cross-domain-AJAX-ScriptTransport-tp6339909p6339909.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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
