Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Using the HTTP GET Service : Getting XHTML Responses

Getting XHTML Responses
The following sections describe how to get UDDI entity information in XHTML format. To get a response in XHTML format, use a static URL in the format of http://Host:Port/uddi/EntityType/EntityKey/html or http://Host:Port/uddi/EntityType/EntityKey.
Getting Information about a Business Entity in XHTML Format
To get information about a business entity in XHTML 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 business entity with a UDDI key of uddi:mydomain.com:39bb34ad-54e6-40e0-be2a-bd544e6772a4, you need to:
Replace Host and Port with the host and port of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
Replace EntityType with business;
Replace EntityKey with uddi:mydomain.com:39bb34ad-54e6-40e0-be2a-bd544e6772a4.
The following example URLs can be used to get the information about the business entity.
Getting Information about a Service Entity in XHTML Format
To get information about a service entity in XHTML 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 service entity with a UDDI key of uddi:mydomain.com:0e050e6d-cb3d-480e-8f13-a08fec5d7861, you need to:
Replace Host and Port with the host and port of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
Replace EntityType with service;
Replace EntityKey with uddi:mydomain.com:0e050e6d-cb3d-480e-8f13-a08fec5d7861.
The following example URLs can be used to get the information about the service entity.
Getting Information about a Binding Template in XHTML Format
To get information about a binding template entity in XHTML 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 the host and port of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
Replace EntityType with binding;
Replace EntityKey with uddi:mydomain.com:d2e8705f-3449-4fa7-888c-c9b85ef127d8.
The following example URLs can be used to get the information about the binding template entity.
Getting Information about a tModel in XHTML Format
To get information about a tModel entity in XHTML 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 tModel entity with a UDDI key of uddi:mydomain.com:bebc4299-3bc9-4975-9716-badfa9a2ce1c, you need to:
Replace Host and Port with the host and port of the TIBCO ActiveMatrix Runtime UDDI Server, for example, localhost:58080.
Replace EntityType with tModel;
Replace EntityKey with uddi:mydomain.com:bebc4299-3bc9-4975-9716-badfa9a2ce1c.
The following example URLs can be used to get the information about the binding template entity.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved