Adding RosettaNet PIPs

This section gives an overview of the steps required to make a new PIP available as part of TIBCO BusinessConnect Container Edition - RosettaNet Protocol.

To add RosettaNet operations, perform the following steps:

Procedure

  1. Download the PIP package from https://resources.gs1us.org/RosettaNet.
  2. Unzip the PIP package. You should have a set of files consisting of documentation, Message Guideline, and DTD or XSD schemas.
  3. Derive the XML Schema Definition (XSD) file from the DTD and the Message Guideline. For detailed information, see Creating XSD Files from DTD Files.
  4. Augment the XSD with constraints specified in the message guideline.
  5. Add the new PIP to TIBCO BusinessConnect Container Edition - RosettaNet Protocol.

    To add a RosettaNet PIP in Operations Editor, you must perform the following tasks:

Adding PIP Containers

PIP is used to group activities based on their type. To add a PIP container, perform the following steps:

Procedure

  1. On the B2B Administration tile, click Operations Editor.
  2. In the Operations Editor window, click RosettaNet protocol.
  3. Click add icon on Operations Editor|RosettaNet page.
  4. In the New PIP dialog box, enter name (mandatory) and description (optional) of the PIP you wish to create and then click Add.

Adding Version Containers

Version is used to allow various subgroups of activities, such as Notify only and Notify and Request-Response.

To add a PIP version, perform the following steps:

Procedure

  1. On Operations Editor|RosettaNet, click the overflow menu for the PIP container you created in the previous task.
  2. Select New Version from the drop-down list.
  3. In the New Version dialog box, enter name, description, and PIP Name (as defined in the PIP Specification).
  4. Click Add.

Adding PIP Activities

Activities are added to a specific version. Each version can contain the same or different activity sets.

Procedure

  1. On Operations Editor|RosettaNet, click the overflow menu for the PIP version you created in the previous task.
  2. Select either New Notify Activity or New Request-Response Activity from the drop-down list.
  3. Configure the selected activity.
    For detailed information on configuring the activity, see the following activities:
    • New Notify Activity
    • New Request-Response Activity
  4. Click Add