How to test a Web service?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How to test a Web service?
Rating:
Take the following steps to test a Web service:
- Open Microsoft Visual Studio .NET, click File > New > Website.

- In the New Web Site dialog box, select ASP.NET Web Service and click the OK button.

- The Web service code window will open.

- Initialize a debugging session by clicking on Debug > Start Debugging or press F5 to start debugging.

- When the debugging session starts, the Service help page is displayed, in the Debugging Not Enabled dialog box, select the required option and click the OK button.

- The Web service executes and gives the following output:

Rating:
Was this information helpful?
Other articles
- Tip on SOAP specification versions.
- What is binding policy?
- What is the Registry Editor?
- What is Data Caching?
- What are the overloaded constructors of the UsernameToken class?
