Web Service Request Format Not Recognized
Your web service request format was unrecognized. Please verify that:
- Your request uses either the GET or POST HTTP methods.
- Your URL is valid. Adding a slash (/) or backslash (\) at the end of a URL will cause this error.
For instance, use:
- http://www.xignite.com/xQuotes.asmx to view the web service page.
- http://www.xignite.com/xQuotes.asmx?WSDL to view the service WSDL.
- A fully qualified URL (eg, http://www.xignite.com/xQuotes.asmx/GetQuotes?Symbol=MSFT) to invoke a web service.