I am working with a web service written using .NET wcf. When running locally, I can go to the wsdl by going to the url of the svc file but I get a 404 error when I try to go to one of the service methods ex Api.svc/GetPrice
Any thoughts about what could be causing this? The service is running on production. (I just need to fix a bug with the data.)