WebSphere Application Server Network Deployment, Version 6.0.x   Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
             [TIP: Focusing the table of contents and search results]

HTTP GET services for UDDI registry data structures

The UDDI registry offers an HTTP GET service for access to the XML representations of the businessEntity, businessService, bindingTemplate, and tModel UDDI data structures. The URL at which these structure are accessible uses the entity key as a URL parameter. The XML element that is returned is a businessDetail, serviceDetail, bindingDetail or tModelDetail element, according to the type of entity key supplied.

XML for both UDDI Version 2 and Version 3 can be retrieved, each at different URLs. The formats of the URLs to send the HTTP GET requests to are:
For UDDI Version 2:
http://<server>:<port>/uddisoap/get?<entityKey type>=<v2 entityKey>
For UDDI Version 3:
http://<server>:<port>/uddiv3soap/get?<entityKey type>=<v3 entityKey>
For example, if <server> = myserver.com and <port>=9080, you can access the uddi-org:types tModel at the following URLs:
UDDI Version 2:
http://myserver.com:9080/uddisoap/get?tModelKey=uuid:c1acf26d-9672-4404-9d70-39b756e62ab4
UDDI Version 3:
http://myserver.com:9080/uddiv3soap/get?tModelKey=uddi:uddi.org:categorization:types
A number of UDDI property and policy settings relate to the HTTP GET services:
  • Version 3 HTTP GET for UDDI entities
    • Node supports HTTP GET
    • URL prefix for Version 3 GET servlet
    • Node generates discovery URLs
  • Version 2 HTTP GET for discovery URLs
    • Prefix for generated discovery URLs
    • Node generates discovery URLs

For details, refer to UDDI node miscellaneous policy settings and UDDI node settings.




Related tasks
UDDI registry client programming
Reference topic    

Terms of Use | Feedback

Last updated: Mar 8, 2007 8:14:28 PM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rwsu_httpget_servlet.html

© Copyright IBM Corporation 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)