Show TOC Start of Content Area

Procedure documentation Configuring the Services Registry  Locate the document in its SAP Library structure

Use

Before you can start using the Services Registry, you must first configure the UDDI server and set destinations to the UDDI server and the classification service. Service Registry users have to be assigned to user roles.

Setup a central Services Registry in your system landscape. It is recommended to setup one AS Java server as your Service Registry. In the Registry you can publish Web services coming from different systems. It gives you an overview of Web services in your landscape.

Procedure

...

       1.      Configure the UDDI Server.

More information: UDDI Server Configuration

Setting Destinations for UDDI Server and Classification Service

       2.      In the NetWeaver Administrator choose SOA Management Technical Configuration Destination Template Management.

                            a.      Create the destination to the UDDI Server.

       Destination Type: WSDL

       Destination Name: UDDI_DESTINATION

       URL: http://<host>:<port>/uddi/wsdl/uddi_v3_service.wsdl

Note

The URL used as an example is valid for the SAP UDDI server. If you are using a non-SAP UDDI server the URL would be different.

       Authentication: HTTP Authentication

       Select User ID/Password (Basic)

       Enter user ID and password.

If this user is not an administrator, assign the role UDDI_Admin.

                            b.      Create the destination to the classification service.

       Destination Type: WSDL

       Destination Name: CLASSIFICATION_DESTINATION

       URL: http://<host>:<port>/ClassificationService/CS?wsdl

       Authentication: HTTP Authentication

       Select User ID/Password (Basic)

       Enter user ID and password.

If this user is not an administrator, assign the role UDDI_Admin.

       3.      Assign user roles to Services Registry users.

The following user roles are available for the Services Registry:

       SERVIES_REGISTRY_READ_ONLY

This user role allows using the search functions of the Services Registry.

       SERVICES_REGISTRY_READ_WRITE

This user role allows using all functions of the Services Registry.

More information: User Roles for the UDDI, Authorizations

Configuring Services Registry Settings in the NetWeaver Administrator

       4.      Define settings for the Services Registry in the NetWeaver Administrator.

More information: Configuring Services Registry Settings

Using a Non-SAP UDDI Server

       5.      To use a non-SAP UDDI server, you must set the URL to the external UDDI server.

More information: Configuring the Services Registry Using a Non-SAP UDDI Server

Configuring a Central Services Registry in Your System Landscape

       6.      Setup an AS Java in your system landscape as your central Services Registry.

More information: Configuring a Central Services Registry

Connecting the SAP NetWeaver Developer Studio to the Services Registry

       7.      Connect your Developer Studio to the Services Registry

More information: Connecting the SAP NetWeaver Developer Studio to the Services Registry

 

End of Content Area