Incorporating a New Partner Interface Process

You can incorporate a new RosettaNet Partner Interface Process (PIP) schema in Microsoft® BizTalk Accelerator for RosettaNet (BTARN) assemblies by following these steps:

  1. Download the PIP schema from the GS1 US RosettaNet Standards website.

  2. Deploy the schema to BizTalk Server as part of the BTARN RNPIPs assembly or as part of a separate BTARN assembly. For more information, see Extending BTARN with a New PIP.

  • Creating a new Process Configuration Setting in the BTARN Management Console. For more information, see How to Create or Edit a Process Configuration.

    The downloaded schema is generally in .dtd format, with an accompanying PIP specification from the RosettaNet organization as a .doc file. The process of extending the pipeline to use the new schema includes converting the PIP .dtd file into an .xsd file.

    When you install BTARN, the BTARN SDK includes a number of XSD schemas. You can find those schemas in the <drive>:\Program Files\Microsoft BizTalk <version> Accelerator for RosettaNet\SDK\Schemas folder. BTARN builds these schemas into an RNPIPs.dll file. If you have to change one of these schemas, you must open the RNPIPs project in the same folder, change the schema in BizTalk Editor, and then recompile and redeploy the assembly. After you redeploy the RNPIPs.dll file, you must redeploy the pipeline that uses the schema. You could use this process to incorporate a new schema in BTARN, but it is easier to extend the pipeline to include the new schema.

To obtain the PIP schema

See Also

Extending BTARN with a New PIP