Any ideas how I correct this.. calling a service via js
The message with To \'http://MySite.svc/GetStateXML\' cannot be processed at the receiver, due
Add webHttp attribute to your config:
webHttp
endpointBehaviors behavior name ="yourServiceContract" webHttp automaticFormatSelectionEnabled ="true " behavior