jQuery Ajax with Json call to WCF service pass-through to WCF service
问题 I'm attempting to use jQuery Ajax call with Json to call a webservice which is a pass-through and calls another webservice. This works if I don't use ajax, works as an ajax call to the backend service directly, but does not work as ajax call to pass-through service. My question is how do I get an ajax to pass-through webservice to webservice to work? This is the code I have so far: [ServiceContract] public interface IService1 { [OperationContract] [WebInvoke(Method = "POST", BodyStyle =