Show TOC Start of Content Area

Procedure documentation Testing the Converter Web Service  Locate the document in its SAP Library structure

Use

You can test the web service using the SAP NetWeaver Web Services Navigator. The Web Services Navigator allows you to test your Web service without having a Web service client for it. More information: Testing Web Services in the Web Services Navigator.

Procedure

       1.      Open the SAP NetWeaver Web Services Navigator in a web browser, by entering the following address.

http://localhost:<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 prompted, enter administrator’s username and password.

       2.      On the Select Service step of the wizard, in the WSDL URL field, enter http://localhost:<Port_Number>/sapws/sap.com/ConverterEAR_ConverterEJB_EJB_ConverterBean/Converter_Service/ConverterBeanPort?wsdl, and then choose Go.

       3.      On the Select Operation step of the wizard, choose the dollarToEuro operation.

       4.      On the Enter Input Parameters step of the wizard, in the dollars field, enter a number, and then choose Execute.

This graphic is explained in the accompanying text

       5.      On the Login Information window, enter administrator’s username and password.

This graphic is explained in the accompanying text

       6.      On the Result step of the wizard, you can preview your input parameters and the executed result.

Result

The result of the Web service test is displayed in the result step of the Web Services Navigator.

This graphic is explained in the accompanying text

Next Step

Creating the Converter Web Service Client

 

 

End of Content Area