Connecting the SAP NetWeaver Developer Studio
to the Services Registry
From the SAP NetWeaver Developer Studio, you can discover Web services published in the Services Registry (SR). For example, you need to query the SR when you need to import a WSDL document in the Developer Studio to create a Web service proxy, or an outside-in Web service, or when you want to add classification information to a Web service.
To be able to discover Web services in the SR from the SAP NetWeaver Developer Studio, you need to configure the connection between the Developer Studio and the SR.
1. In the SAP NetWeaver Developer Studio, choose Window → Preferences → Web services → Services Registry.
2. On the Services Registry provide the following details:
○ UDDI Service
Option |
Meaning |
Server Name |
The host name of the server on which the UDDI service is running. |
Server port |
The number of the HTTP port of the server on which the UDDI service is running. |
Server HTTPS Port |
The number of the HTTPS port of the server on which the UDDI service is running. You use the HTTPS Port for configuring a secure connection over HTTPS protocol. |
Inquiry Path |
The inquiry path is an URL extension, which points to the inquiry functionality of the UDDI service. You can leave the default value or change it (see note below). |
Publish Path |
The publish path is an URL extension, which points to the publish functionality of the UDDI service. You can leave the default value or change it (see note below). |
Security Path |
The security path is an URL extension, which points to the security functionality of the UDDI service. You can leave the default value or change it (see note below). |
Use HTTPS |
Establishes secure connection from the SAP NetWeaver Developer Studio to the UDDI service. |

If you are using the SAP implementation of the UDDI service, leave the default values in the following fields: Inquiry Path, Publish Path, Security Path.
If you have changed the inquiry, publish, or security URLs from within the SAP NetWeavwer Administrator, in the Inquiry Path, Publish Path, Security Path fields, enter uddi/ followed by the corresponding URL extension you set in the SAP NetWeaver Administrator.
○ Classification Service
Option |
Meaning |
Server Name |
The host name of the server on which the Classification service is running. |
Server port |
The number of the HTTP port of the server on which the Classification service is running. |
Server HTTPS Port |
The number of the HTTPS port of the server on which the Classification service is running. You use the HTTPS Port for configuring a secure connection over HTTPS protocol. |
Classification Path |
The classification path is an URL extension, which points to the classification functionality of the Classification service. |
Use HTTPS |
Establishes secure connection from the SAP NetWeaver Developer Studio to the Classification service. |
3. Choose OK.
Importing WSDL Documents in the SAP NetWeaver Developer Studio
Adding Classifications to Web Services