Extending the solution to handle a single data source other than UCCnet

Put your short description here; used for first paragraph and abstract.

Description

To handle data from a source other than UCCnet, do the following:

  1. Replace the UCCnetMessageReceive and UCCnetMessageSend collaboration templates with custom collaboration templates that generate collaboration objects that can parse incoming messages from and produce appropriate response messages to the new data source.
  2. Modify the Retail_Item business object item attribute type (by default, Retailer_item) into a different child business object that represents the new architecture of the item data. It is recommended that this child business object closely follow the architecture of the data source (that is, UCCnet publication, WWRE item, or other source).
  3. Modify all solution maps that convert Retail_Item business objects to instead convert items with the new data architecture.
  4. Configure all the configuration properties that point to attributes in the Retail_Item business object to instead point to the appropriate attributes in the new data architecture.

Parent topic: Handling data from other data sources