I'm connecting to a remote web service which I'd prefer to call with ajax and the service (FedEx Services API) doesn't appear to support JSON formatted responses.
Is there a proxy server/apache that will convert the response from XML/SOAP into JSON so my Javascript can easily use it?