Connecting to Oracle Service Registry from JDeveloper

4.1.2. Using the JDeveloper Integration

Once you have established a connection to Oracle Service Registry from JDeveloper, you can take advantage of JDevelopers integration features. 1. Right-click on an Oracle Service Registry connection in the Connection Navigator and select Find Web Services. 2. Enter a search string to find your service. Use the symbol to perform a wildcard search. 3. Select the interface, or portType, for the published service. 4. Select the service implementing the interface. 5. Review the information returned for the service to verify it is the one you are searching for. 6. Select the Generate stub code into the project option to generate a client-side stub or proxy for the selected service. JDeveloper generates the stub based on the WSDL published to the Registry. 7. Click Open the endpoint of this service in a Web browser to test the service. 8. Click Display a report describing this service to view a report summarizing the UDDI metadata stored in the Registry for the selected service. 9. Click Just add the business providing this service to the UDDI browser to add the service provider as a persisted entry under the UDDI Registry connection node in the Connection Navigator.

4.2. UDDI from MS Visual Studio

Microsoft Visual Studio .NET 2003 includes a wizard for accessing a UDDI registry that allows you to find a WSDLASMX file in the UDDI registry. Once you have found a WSDL, you can add a web reference to the Web service definition file to your project. To start the Web Reference Wizard: 1. On the Project menu in Visual Studio .NET, click Add Web Reference. 2. The Add Web Reference dialog box shown in Figure 17 appears. Enter the URI of a UDDI registry or the URI of a WSDL document representing the Web service. Page 632

4.2. UDDI from MS Visual Studio

Figure 17. Add Web Reference Default Figure 18 shows how to browsesearch Oracle Service Registry via the Add Web Reference Wizard. Figure 18. Searching Oracle Service Registry via Web Reference Wizard Page 633

4.2. UDDI from MS Visual Studio