RE: True or False: To test a Web service you must crea...
Not necessary. Run the web service project. It displays the <service_name>.asmx page which shows the methods (operations) supported by the web service. Clicking on an operation allows you to specify its parameters and invoke the operation. The same interface shows the results of the operations.