Web Service Request Format Not Recognized

Your web service request format was unrecognized. Please verify that:

  1. Your request uses either the GET or POST HTTP methods.
  2. Your URL is valid. Adding a slash (/) or backslash (\) at the end of a URL will cause this error.

For instance, use:

  1. http://www.xignite.com/xQuotes.asmx to view the web service page.
  2. http://www.xignite.com/xQuotes.asmx?WSDL to view the service WSDL.
  3. A fully qualified URL (eg, http://www.xignite.com/xQuotes.asmx/GetQuotes?Symbol=MSFT) to invoke a web service.