Show TOC

Procedure documentationTesting the HelloWorld Application Locate this document in the navigation structure

 

You can test the application using Web Services Navigator (WS Navigator). It allows you to test your Web service without having a Web service client for it.

Procedure

  1. Open the WS Navigator in a Web browser by entering the following address: http://<host>:<port_number>/wsnavigator.

    You can enter <port_number> constructed by the formula: (5 + NN + 00), where NN is the number of the Java instance.

    If the system prompts you, enter your user name and password.

  2. On the Service step of the wizard, in the WSDL URL field, enter http://<host>:<port_number>/HelloService/HelloBean?wsdl, and then choose Next.

  3. In the Operation step, choose the sayHello operation.

  4. In the Input Parameters step, in the name field, enter your name, and then choose Next.

  5. In the Result step, you preview your input parameters and the result.

Result

The result of the logged application is displayed in the WS Navigator.

Last step: Viewing Logs of the HelloWorld Application