This topic contains details of the miscellaneous settings that you can configure for a UDDI node.
To view this administrative console page, click UDDI > UDDI Nodes > UDDI_node_id > Miscellaneous.
Specifies whether a UDDI node can establish a policy on whether it generates discoveryURLs.
Data type | Boolean |
Default | False (cleared) |
Specifies whether the UDDI node supports an HTTP GET service for access to the XML representations of UDDI data structures.
Data type | Boolean |
Default | True (selected) |
Specifies the prefix for the URL to the version 3 GET servlet that is used to retrieve the XML representation of a published entity. This property applies to UDDI version 3 API requests only.
The format of the prefix is http://hostname:port/uddiv3soap/, where uddisoap is the context root of the UDDI version 3 SOAP servlet.
When a businessEntity is published, if you have set Node generates discovery URLs to true, the discoveryURL value is generated based on this prefix value. Otherwise, the discoveryURL value will be empty.
The UDDI Version 3 specification recommends that you do not enable generation of discoveryURLs as they can affect the use of digital signatures. If you do enable generation of discoveryURLs, it is recommended that you do not change the URL prefix afterwards, otherwise discoveryURLs generated using the earlier URL prefix will no longer work.
Data type | URL |
Default | http://localhost:9080/uddiv3soap/ |