Show TOC Start of Content Area

Procedure documentation Configuring the Web Service in the SAP NetWeaver Administrator  Locate the document in its SAP Library structure

Use

You use SAP NetWeaver Administrator to provide a Web service with runtime settings. During the runtime you enable secure communication between the Web service and the Web service client application via a secure proxy. To enable secure communication you have to configure a secure service endpoint on the Web service and at a later stage, a secure logical port on the Web service client.

Prerequisites

The Web service is deployed and started on the application server.

Procedure

       1.      Open the SAP NetWeaver Administrator in a web browser, by entering the following address.

http://localhost:<Port_Number>/nwa

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 username and password.

       2.      Choose SOA Management Business Administration Web Services Administration.

       3.      In the Search by field, choose Service Definition Name.

       4.      In the Value field, enter *ConverterBean, and then choose Go.

       5.      From the table with results, choose jee-default_ConverterBean.

       6.      Choose the Configuration tab, and then choose Create Endpoint.

       7.      In the Service Endpoint Name field, enter ConverterBeanPort.

       8.      In the In New Service field, enter Converter_Service.

       9.      On the Security tab, under Transport Protocol area, choose HTTP.

   10.      On the Security tab, under HTTP Authentication area, choose User ID/Password option.

This graphic is explained in the accompanying text

   11.      Save your changes.

Result

You configured the runtime settings of the Web service. You can now consume the Web service only if you provide username and password.

Next Step

Testing the Converter Web Service

 

End of Content Area