I am trying to create a web service using Visual Studio .NET. So I create the default web service project, uncomment the "hello world" example, and compile. Then I go to in a browser. I get the cute little page that lists all the web methods exposed by that service. In this case, the only one showing is HelloWorld. So I click on HelloWorld, and it takes me to the page with the example SOAP requests, etc. and the "INVOKE" button to test the method.
Great so far. But when I press the button, it opens a new window with the url and I get a 404.
Is there something wrong with my ASP? Any ideas what could be causing this???
Thanks anyone/everyone!!!
Brad Gunsalus
bardley90@hotmail.com
Great so far. But when I press the button, it opens a new window with the url and I get a 404.
Is there something wrong with my ASP? Any ideas what could be causing this???
Thanks anyone/everyone!!!
Brad Gunsalus
bardley90@hotmail.com