Forum OpenACS Development: Re: SOA? - Generic XML-RPC Bridge to Database API

Collapse
Posted by Nick Carroll on
It might be worth noting that you can do cross-domain XMLHttpRequest calls (ajax) with a web proxy. Yahoo shows you how, and provides code for a simple web proxy.

http://developer.yahoo.com/javascript/howto-proxy.html

For some cases this approach may be better than web services.