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.      Log on to the SAP NetWeaver Administrator.

If prompted, enter administrator username and password.

       2.      Choose  SOA Management Application and Scenario Communication Single Service Administration.

Alternatively, you can use the quick link /ssadmin as follows:

http://localhost:<port>/nwa/ssadmin

You can construct <port> by the formula 5 + NN + 00, where NN is the number of the Java instance.

The Single Service Administration screen opens.

       3.      Choose the Service Definitions tab.

       4.      In the Find field, enter *ConverterBean.

       5.      In the Search by dropdown list, choose Internal Name and then choose Go

       6.      In the results list, choose ConverterLocal.

       7.      Choose the Configuration tab, and then choose New.

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

       9.      In the Add to service field, enter Converter_Service and then choose Next.

   10.      On the Security step, proceed as follows:

                            a.      In the Transport Protocol screen area, choose HTTP.

                            b.      In the HTTP Authentication screen area, select only User ID/Password.

                            c.      In the Message Authentication screen area, deselect all options.

This graphic is explained in the accompanying text

   11.      Choose Next, and then choose Finish.

Result

You configured 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