Model Publishing

TIBCO Product and Service Catalog publishes to downstream systems via an XML doc. By default, the interface method is over JMS (TIBCO Enterprise Message Service).

The data model publish can be performed as a complete data publish, or as incremental update based on the past history of publish.

The data models published are described in the following XML schema files:

  • ProductModel.xsd (Main Product and Service Model Definition)
  • CustomerModel.xsd (Party entity information)
  • Segment.xsd (Segmentation information)
  • PlanFragmentModel.xsd (PlanFragment information)
  • ActionModel.xsd (ActionModel information)
  • PriceModel.xsd (PriceModel information)
  • DiscountModel.xsd (DiscountModel information)
  • RuleModel.xsd (RuleModel information)
  • CategoryModel.xsd (Category information)

These .xsds are available($AC_HOME/schema/models) for any third party to use for the purposes of interfacing with TIBCO Product and Service Catalog. The complementary product, TIBCO Order Management natively accepts these data schemas.

Note:
  • See TIBCO Product and Service Catalog Web Services Guide for details related to Full Publish and Delta Publish web services.
  • See TIBCO Product and Service Catalog User's Guide for details related to accessing and executing Full Publish and Delta Publish feature.