Deploying the Web Service

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:

  1. To deploy your web service, right-click the TestApp project node.
  2. Choose Properties. This opens the Project Properties dialog box.
  3. In the Project Properties dialog box, select the Run option under the Categories section.
  4. In the Relative URL text box, type /HelloServerService?WSDL.
  5. Click OK to proceed.
  6. To run your web service, right-click the TestApp project node.
  7. Select Run Project. This deploys your web service.

  » View Media Description for Demo
Click the Next button to continue.