UDDI Registry SOAP Service End Points
UDDI V3 supports multiple versions and, depending on WAS security settings and UDDI SOAP service user-data constraint transport-guarantee settings, supports different end-points for different services.
V1 and V2 SOAP API services
- Inquiry service
- Default (soap.war) context-root='/uddisoap' and url-pattern = 'inquiryAPI' or 'inquiryapi'.
Default URL:
http://hostname:9080/uddisoap/inquiryapi- Publish service
- Default (soap.war) context-root='/uddisoap' and url-pattern = 'publishAPI' or 'publishapi'.
Default URL:
https://hostname:9443/uddisoap/publishapi...or...
http://hostname:9080/uddisoap/publishapiV3 SOAP API services
- Inquiry service
- Default (soap.war) context-root='/uddiv3soap' and url-pattern = '/services/UDDI_Inquiry_Port'
Default URL:
http://hostname:9080/uddiv3soap/services/UDDI_Inquiry_Port- Publish service
- Default (soap.war) context-root='/uddiv3soap' and url-pattern = '/services/UDDI_Publish_Port'
Default URL:
https://hostname:9443/uddiv3soap/services/UDDI_Publish_Port...or...
http://hostname:9080/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://hostname:9443/uddiv3soap/services/UDDI_Security_Port...or...
http://hostname:9080/uddiv3soap/services/UDDI_Security_PortThere is also an endpoint for using HTTP GET to return XML representations of UDDI entities, described in HTTP GET Services for UDDI Registry data structures.
Additional information
If you configure the UDDI Registry to use WAS security, and you do not change the default data confidentiality settings for the UDDI SOAP service, then services with default end point URLs with HTTPS and port 9443 require their data to be transported confidentially. Requests that are not using HTTPS will be 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, then services with default end point URLs with HTTPS and port 9443 can also use HTTP and port 9080.
See also
Program the SOAP API
Configure the UDDI Registry to use WAS security
Configure UDDI Security with WAS security disabled