Request format is unrecognized for URL unexpectedly ending exception in web service.
- by Jalpesh P. Vadgama
Recently I was getting error when I am calling web service using Java script. I searching on net and debugging I have found following things. Any web service support three kinds of protocol HttpGet,HttpPost and SOAP. In framework 1.0 it was enabled by default but after 1.0 framework it will not be enabled by default due to security issues and…