Put your short description here; used for first paragraph and abstract.
Description
To handle data from a source other than
UCCnet, do the following:
- 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.
- 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).
- Modify all solution maps that convert Retail_Item business objects to
instead convert items with the new data architecture.
- 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.