![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The following sections describe how to get UDDI entity information in XML format. To get a response in XML format, use a static URL in the format of http://Host:Port/uddi/EntityType/EntityKey/xml or use the HTTP GET request URL in the format of http://Host:Port/uddi/http_get?EntityTypeKey=EntityKey.To get information about a business entity in XML format, you need to obtain the UDDI key of the entity and then insert the UDDI key to the above-mentioned URLs. For example, to get the information about the business entity with a UDDI key of uddi:mydomain.com:39bb34ad-54e6-40e0-be2a-bd544e6772a4, you need to:
• Replace Host and Port with those of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
•
•
•
• http://localhost:58080/uddi/http_get?businessKey=uddi:mydomain.com:39bb34ad-54e6-40e0-be2a-bd544e6772a4.To get information about a service entity in XML format, you need to obtain the UDDI key of the entity and then insert the UDDI key to the above-mentioned URLs. For example, to get the information about the service entity with a UDDI key of uddi:mydomain.com:0e050e6d-cb3d-480e-8f13-a08fec5d7861, you need to:
• Replace Host and Port with those of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
•
•
•
• http://localhost:58080/uddi/http_get?serviceKey=uddi:mydomain.com:0e050e6d-cb3d-480e-8f13-a08fec5d7861.To get information about a binding template entity in XML format, you need to obtain the UDDI key of the entity and then insert the UDDI key into the above-mentioned URLs. For example, to get the information about the binding template entity with a UDDI key of uddi:mydomain.com:d2e8705f-3449-4fa7-888c-c9b85ef127d8, you need to:
• Replace Host and Port with those of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
•
• The following example URLs can be used to get the information about the binding template entity.
• http://localhost:58080/uddi/binding/uddi:mydomain.com:d2e8705f-3449-4fa7-888c-c9b85ef127d8/xml
• http://localhost:58080/uddi/http_get?bindingKey=uddi:mydomain.com:d2e8705f-3449-4fa7-888c-c9b85ef127d8.To get information about a tModel entity in XML format, you need to obtain the UDDI key of the entity and then insert the UDDI key to the above-mentioned URLs. For example, to get the information about the tModel entity with a UDDI key of uddi:mydomain.com:bebc4299-3bc9-4975-9716-badfa9a2ce1c, you need to:
• Replace Host and Port with those of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
•
• The following example URLs can be used to get the information about the binding template entity.
• http://localhost:58080/uddi/tModel/uddi:mydomain.com:bebc4299-3bc9-4975-9716-badfa9a2ce1c/xml
• http://localhost:58080/uddi/http_get?tModelKey=uddi:mydomain.com:bebc4299-3bc9-4975-9716-badfa9a2ce1c.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |