Shared Routing Scenario
Background Reading
- Actors, Relationships and Artifacts
-
Introduces foundational PortX terminology.
- Transaction-Processing Framework
-
Explains how PortX works.
Actors
In this scenario, there are three Actors:
-
Partner A (configured as PartA)
-
Partner B (configured as PartB)
-
YourCompany B2B
-
Any
Relationships
There are three Relationships in this scenario:
Relationship | Description | Contains |
---|---|---|
YourCompany B2B : Any |
Universal relationship between your company any partner |
Contains a rtifacts used across all partners with whom you do business |
YourCompany B2B : PartA |
Your organization’s relationship with the partner with whom you are doing business (in this case, PartA) |
Contains artifacts used only with Partner PartA |
YourCompany B2B : PartB |
Your organization’s relationship with the partner with whom you are doing business (in this case, PartB) |
Contains artifacts used only with Partner PartB |
Artifacts
This section identifies:
-
Artifacts that must be configured in order for the document in this scenario to be routed (that is, not rejected)
-
The Relationship (either YourCompany B2B : Any or YourCompany B2B : PartA, or YourCompany B2B : PartB) in which the artifacts are configured
Artifact | Artifact Name | Description | Configured on page |
---|---|---|---|
Y |
Document Type you use internally in your company |
||
X |
Document Type you use internally in your company |
||
Y-to-X |
Transforms a document of Document Type Y to a document of Document Type X |
||
Y-to-X |
Includes the process that maps and sends a document of Y to a document of X |
||
API |
Endpoint that points to an internal API |
||
Y-to-API |
Channel that sends a document of the internal Document Type Document Type Y to Endpoint API |
YourCompany B2B : PartA
Artifact | Artifact Name | Description | Configured on page |
---|---|---|---|
RecFromA |
Endpoint from which you expect to receive documents from PartA. |
||
Y-to-X-to-API (PartA) |
Combination of Source Channel Y-to-X and Target Channel X-to-API It receives a document of Document Type Y, maps it to a document of Document Type X and then sends it to Endpoint API. In this Transaction, the From Partner is configured as PartA and the To Partner as YourCompany B2B. |
YourCompany B2B : PartB
Artifact | Artifact Name | Description | Configured on page |
---|---|---|---|
RecFromB |
Endpoint from which you expect to receive documents from PartB |
||
Y-to-X-to-API (PartB) |
Combination of Source Channel Y-to-X and Target Channel X-to-API. It receives a document of Document Type Y, maps it to a document of Document Type X and then sends it to Endpoint API. In this Transaction, the From Partner is configured as PartB and the To Partner as YourCompany B2B. |