Show TOC

Procedure documentationPublishing a Service Locate this document in the navigation structure

Prerequisites

Establishing a Connection Between the ABAP Back End and the Registry
  1. Create a logical port for proxy class CO_ESREGISTRY_WSSI in transaction SOAMANAGER under   Business Administration   Web Services Administration   Consumer Proxy  .

  2. Open the Call Parameters tab.

  3. Enter the following in the http Destination field: http://<hostname>:<port>/ESRegistryWS/BasicAuthConfig?style=document

    You can also enter an RFC destination in this field.

  4. Call transaction WSPARAM.

  5. In the first column, enter the name of the registry.

  6. Enter any number in the Version field.

  7. In the Logical Port field, choose the port you created before.

  8. In the Primary field, select the value True if you are dealing with the standard registry.

Procedure

To publish services, proceed as follows:

  1. Call transaction WSPUBLISH.

  2. Enter the name of the service definition.

  3. Choose the name of the registry where the service is to be published.

  4. In the following subscreen, choose whether the service definition is to be published with or without end-point information.

  5. Choose Force Publication when a service definition is to be published, even if it has already been published.

  6. Choose Restrictions if only services belonging to a particular category are to be published. These categories can be defined in transaction WSRESTRICT.   

    Example

    If a user selects the value HR as the deployment unit, only services that match this criterion are published.