UDDI search and registration

(CR #368276) Searching the published items of the Microsoft test UDDI produces errors indicating a trusted certificate was not found. The workaround for this problem is to install a trusted certificate as follows:

  1. In Internet Explorer, enter the Microsoft test UDDI publish Web site URL https://test.uddi.microsoft.com/publish.

  2. Double-click the lock icon at the bottom of the screen.

  3. Click the Details tab.

  4. Click the Copy to File... button.

  5. Select the default format which is Distinguished Encoding Rules (DER)-encoded binary X.509(.CER).

  6. Choose a file location and name.

  7. In a command window, run:

    C:\j2sdk1.4.2_05\bin>keytool -import -file "C:\MSCert.cer" -trustcacerts -keystore C:\j2sdk1.4.2_05\jre\lib\security\cacerts

where C:\MSCert.cer is the file location and name of the exported certificate from the previous step.