What properties can I set when adding X12 or EDIFACT trading partners into BusinessConnect (BC) when using the ConfigStore Management Interface (CMI)?

What properties can I set when adding X12 or EDIFACT trading partners into BusinessConnect (BC) when using the ConfigStore Management Interface (CMI)?

book

Article ID: KB0094613

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
Description
------------
For an X12 of EDIFACT trading partner, what trading partner properties can I set?

Environment
------------
BusinessConnect ConfigStore Management Interface 1.0.0

Resolution
-------------
Here is a sample XML of how to insert an EDI-X12 trading partner with an AS2 ID of "97251234" and a domain-ID pair of "01" and "987654321".  You must specify the default domain ID in order for the insert to succeed:

            &ltParticipant isActive = "true" name = "AutomatedTradingPartner" type = "Partner">
                &ltListOfBizLocations>
                    &ltBizLocation addr1 = "TX" name = "Headquarters"/>
                    &ltBizLocation name = "TP Main headquarters">
                        &ltPrimaryLegalContact firstName = "John" lastName = "Smith"/>
                        &ltPrimarySupportContact firstName = "Jane" lastName = "Doe"/>
                        &ltListOfContacts>
                            &ltBizContact fname = "John" lname = "Smith" type = "Legal"/>
                            &ltBizContact fname = "Jane" lname = "Doe" type = "Support"/>
                        </ListOfContacts>
                    </BizLocation>
                </ListOfBizLocations>
                &ltListOfDomainIds>
                    &ltDomainId domainName = "AS2_ID" idName = "97251234"/>
                    &ltDomainId domainName = "01" idName = "987654321"/>
                </ListOfDomainIds>
                &ltListOfEnabledProtocols>
                    &ltEnabledProtocol name = "EDI-X12">
                    &ltDefaultDomainId domainName="01" idName="987654321"/>
                        &ltDefaultAS2DomainId idName = "97251234"/>
                        &ltTransports>
                            &ltHttpTransport name = "bbc" url = "http://localhost:8080/EZComm"/>
                        </Transports>
                </EnabledProtocol>
                </ListOfEnabledProtocols>
            </Participant>

Issue/Introduction

What properties can I set when adding X12 or EDIFACT trading partners into BusinessConnect (BC) when using the ConfigStore Management Interface (CMI)?