WebSphere Application Server Network Deployment, Version 6.1
             Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows, z/OS

             Personalize the table of contents and search results

UDDI registry SOAP service end points

UDDI Version 3 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 Version 3 supports different end points for different services.

The default context root and URL values that are listed in this topic apply when you enable WebSphere Application Server security and do not change the default supplied security settings. If you do not use the default security settings, the context root and URL values might differ (see Configuring UDDI registry security for more information about the various security settings).

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 SSL port for the profile, for example 9443.

Version 1 and Version 2 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

Version 3 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

There 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 WebSphere Application Server security, and you do not change the default data confidentiality settings for the UDDI SOAP service, services with default end point URLs with HTTPS and SSL port require that their data is transported confidentially. Requests that do not use HTTPS are rejected.

If you configure the UDDI registry to use WebSphere Application Server security and you change the data confidentiality setting for the UDDI SOAP service to NONE, or you disable WebSphere Application Server security, services with default end point URLs with HTTPS and SSL port can also use HTTP and HTTP port.

To understand how access to the SOAP APIs is protected, see Access Control for UDDI registry Interfaces.




Subtopics
The UDDI registry SOAP API
Related tasks
Configuring the UDDI registry to use WebSphere Application Server security
Configuring UDDI Security with WebSphere Application Server security disabled
Related information
UDDI registry client programming
Reference topic    

Terms of Use | Feedback

Last updated: Feb 25, 2009 9:32:38 AM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/rwsu_soap.html