I want to call web services from my javascript. I've read a bunch of the posts on here such as
But the example post to webservicex.net returns null (xmlhttp.responseXML in firebug). Where i get confused is that all these libs/proxies/apps/etc talk about communicating with a web service but I don't see js or it appears everything is done in the backend.
I want to call a web service and have everything returned to js, the way that seems most rational is the use a proxy server to make the request so the browser doesn't complain.
I'm new to the web server world, Apache mod_proxy and/or a proxy server are pretty ambiguous to me, The docs said what they did but not implement.. Can someone provide some links to put me in the right direction with some examples or tutorials?
Thanks