I just created a web service and it works fine. Then I created a windows app that will consume this web service.
When I go to the "Add Web Reference" and click the "Web Services on the local Machine" it brings up my Service and the URL. When I click on the service it gives me an error like this:
There was an error downloading 'http://localhost/WebSites/VecellioWebservices/Service.asmx'.
The request failed with HTTP status 403: Access Forbidden.
See attachment.
Can anyone help??????
Last edited by snufse; Feb 16th, 2007 at 03:21 PM.
Ok, is your web service using other external resouces like a database file or some other type of file or folder? It's possible it doesn't have the proper access permission. You may need to go to properties(of the other external resources) and make proper changes.
Yes, the web service is using a data base file. When I test the web service by itself I works perfect. Could this has something to do with a proxy set up and a possible conflict??
Last edited by snufse; Feb 19th, 2007 at 09:29 AM.