Show TOC

Configuring the Web Service in the SAP NetWeaver AdministratorLocate this document in the navigation structure

Prerequisites

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

Context

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.

Procedure


  1. Log on to the SAP NetWeaver Administrator.

    If prompted, enter administrator username and password.

  2. Choose Start of the navigation path SOA Management Next navigation step Application and Scenario Communication  Next navigation step  Single Service Administration End of the navigation path.

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

    http:// local host:<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 toservice field, enter Converter_Service and then choose Next .

  10. On the Security step, proceed as follows:

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

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

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

  11. Choose Next , and then choose Finish .

Results

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