I have two web services on the server. When i run the service url http://www.solentvehicleleasing.co.uk/solentwebservice.asmx/GetLeasingPriceForTechinalPageByDerID. Its give service messsage .
"Request format is unrecognized for URL unexpectedly ending in '/GetLeasingPriceForTechinalPageByDerID'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in '/GetLeasingPriceForTechinalPageByDerID'."
The above error fine for the service.
But on the same server when i run the another service http://www.solentcarleasing.co.uk/solentwebservice.asmx/GetLeasingPriceForTechinalPageByDerID. The return 404 error.
I am using MVC 3 and call the service using jquery ajax method.
Can anyone help me
Thanks in Advance