![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This is the formal way to publish an unchecked category. You can publish a tModel by executing a save_tModel task. For the procedures for executing a save_tModel task, see save_tModel.This is an informal way to publish an unchecked category. For a general keyword category, if you want to publish an entity, it can be categorized as the following:
Note that keyName here is semantical and must not be empty. The required keyName identifies a particular value set and the keyValue specifies the value within that value set. The keyNames SHOULD be in the form of Uniform Resource Names (URN) so as to avoid name collisions, for example, uddi:mydomain.com:demo.
1.
2. To publish the version control category system, execute one of the following commands by using the data file publish_taxonomy_data.xml under the UDDI_HOME/sample/data/taxonomy directory.
3. To publish a category group system, execute one of the following commands by using the data file publish_taxonomy_group_data.xml (a category group contains a list of related categories) under the UDDI_HOME/sample/data/taxonomy directory.
4. To check the category published in step 2 or the category group published in step 3, execute one of the following commands by using the tModel key in the corresponding file (that is, publish_taxonomy_data.xml or publish_taxonomy_group_data.xml).
5. To publish a BusinessEntity, execute one of the following commands by using the data file publish_business_data.xml under the UDDI_HOME/sample/data/taxonomy directory.
6. To publish BusinessServices in the BusinessEntity published in step 5, execute one of the following commands by using the data file publish_service_data.xml file under the UDDI_HOME/sample/data/taxonomy directory.The BusinessServices to be published will be categorized using the categories published in step 2 and step 3.
7. To find the BusinessServices in the category published in step 2 or the category group published in step 3, execute one of the following commands.Inquiries are performed based on the keyedReference elements.A data file is required and inquiries can be performed based on the keyedReference or keyedReferenceGroup elements.The category key is the value of the tModelKey, such as the one defined in the publish_taxonomy_data.xml file.The category value is the value of the keyValue defined in the keyedReference element, such as the one in the publish_service_data.xml file.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |