|
Author: Jenny Nguyen
|
|
Problem: I am getting the error while trying to run the web services on the server. When executing the web services an error come back as "Request format is unrecognized for URL unexpectedly ending in '/GetTransactions'". Exception Details: System.InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in '/GetTransactions'. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Solutions: To fix this error simply add the protocol HttpGet and HttpPost. Add this under the tag <system.web>.
|