WAS v8.5 > Reference > Developer detailed usage informationUDDI registry SOAP service end points
UDDI v3 supports multiple versions of SOAP API services. Depending on the security settings for WebSphere Application Server and the user data constraint transport guarantee settings for the UDDI SOAP service, UDDI v3 supports different end points for different services.
The following list of default context root and Uniform Resource Locator (URL) values apply when WAS security is enabled and you and do not change the default supplied security settings. If we do not use the default security settings, the context root and URL values might differ.
In the following URLs, the variables have the following values:
- host_name is the name of the machine that is running the relevant profile.
- http_port is the internal HTTP port for the profile, for example 9080.
- ssl_port is the internal secure sockets layer (SSL) port for the profile, for example 9443.
- v1 and v2 SOAP API services
- Inquiry service
- Default (soap.war) context-root='/uddisoap' and url-pattern = 'inquiryAPI' or 'inquiryapi'.
Default URL: http://host_name:http_port/uddisoap/inquiryapi
- Publish service
- Default (soap.war) context-root='/uddisoap' and url-pattern = 'publishAPI' or 'publishapi'.
Default URL: https://host_name:ssl_port/uddisoap/publishapi or http://host_name:http_port/uddisoap/publishapi
- v3 SOAP API services
- Inquiry service
- Default (soap.war) context-root='/uddiv3soap' and url-pattern = '/services/UDDI_Inquiry_Port'
Default URL: http://host_name:http_port/uddiv3soap/services/UDDI_Inquiry_Port
- Publish service
- Default (soap.war) context-root='/uddiv3soap' and url-pattern = '/services/UDDI_Publish_Port'
Default URL: https://host_name:ssl_port/uddiv3soap/services/UDDI_Publish_Port or http://host_name:http_port/uddiv3soap/services/UDDI_Publish_Port
- Custody transfer service
- Default (soap.war) context-root='/uddiv3soap' and url-pattern = '/services/UDDI_Custody_Port'
Default URL: https://hostname:9443/uddiv3soap/services/UDDI_Custody_Port or http://hostname:9080/uddiv3soap/services/UDDI_Custody_Port
- Security service
- Default (soap.war) context-root='/uddiv3soap' and url-pattern = '/services/UDDI_Security_Port'
Default URL: https://host_name:ssl_port/uddiv3soap/services/UDDI_Security_Port or http://host_name:http_port/uddiv3soap/services/UDDI_Security_Port
An endpoint is available for using HTTP GET to return XML representations of UDDI entities. See the information about HTTP GET services for UDDI registry data structures.
If you configure the UDDI registry to use WAS security, and we do not change the default data confidentiality settings for the UDDI SOAP service, services with default end point URLs with HTTPS and a SSL port require their data is transported confidentially. Requests that do not use HTTPS are rejected.
If you configure the UDDI registry to use WAS security and you change the data confidentiality setting for the UDDI SOAP service to NONE, or you disable WAS security, services with default end point URLs with HTTPS and a SSL port can also use HTTP and a HTTP port.
To understand how access to the SOAP APIs is protected, see the information about access control for UDDI registry interfaces.
Related concepts:
Access control for UDDI registry interfaces
Related
Configure UDDI registry security
Configure the UDDI registry to use WAS security
Configure UDDI Security with WAS security disabled
Reference:
HTTP GET services for UDDI registry data structures