I have a site which makes SOAP requests to a separate domain using YUI's cross-domain AJAX transport. This is working wonderfully on my site, but unfortunately since mobile browsers don't support flash, I can't get it to work.
Does anyone know of a way to make cross-domain AJAX posts on mobile browsers?
Thanks!