You have implemented your web service as a web application. However, before you deploy your web service, you need to select a browser where you can deploy your web service. You can specify the browser in Options under the Tools menu. In the General section, in the Options dialog box, choose a browser from the Web Browser drop-down list and click OK.
You can now proceed with deploying your web service by completing the following steps:
- To deploy your web service, right-click the TestApp project node.
- Choose Properties. This opens the Project Properties dialog box.
- In the Project Properties dialog box, select the Run option under the Categories section.
- In the Relative URL text box, type /HelloServerService?WSDL.
- Click OK to proceed. This URL specifies the entry point to the web service application.
- To run your web service, right-click the TestApp project node.
- Select Run Project. This deploys your web service and the WSDL file is displayed in the browser.
|