How Do I: Publish a Web Service to a UDDI Directory?

Each UDDI directory has a different user interface. The UDDI directory included with WebLogic Server is called the UDDI Directory Explorer. You can access the UDDI Directory Explorer with the following URL:

http://localhost:7001/uddiexplorer/index.jsp

WebLogic Server is configured with a private registry to which you may publish web services. To publish a web service:

  1. In a browser, go to http://localhost:7001/uddiexplorer/index.jsp

  2. Select Publish to Private Registry.

  3. Log into the UDDI Directory Explorer.  The default username and password are installadminstrator.

  4. Complete the Service Information.

  5. In the WSDL field, type the URL of your web service.  This URL directs users who look up your web service to the Overview Page of Test View for your web service, from which they may obtain the WSDL file. For example, the URL of the HelloWorld sample web service is:

    http://hostname:port/samples/HelloWorld.jws

  6. Click Add Service.

Related Topics

How Do I: Get a WSDL from a UDDI Registry and Turn It into a Service Control?