My ASP.Net test web service is operational, but I am consistently encountering 500 errors stating:
"System.InvalidOperationException: Request format is invalid: text/xml.
at System.Web.Services.Protocols.HttpServerProtocol.ReadParameters()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
"
This issue arises when invoking the service using JavaScript.
The web service itself is fairly straightforward - it accepts a single parameter as a string and then sends it back to the client. Assistance in resolving this matter would be greatly appreciated!