Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added inbound-flow.graffle
Binary file not shown.
Binary file added modules/ROOT/assets/images/annotation-1.graffle
Binary file not shown.
Binary file added modules/ROOT/assets/images/annotation-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file added modules/ROOT/assets/images/inbound-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modules/ROOT/assets/images/pm-inbound-message-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modules/ROOT/assets/images/pm-message-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified modules/ROOT/assets/images/pm-outbound-message-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 35 additions & 29 deletions modules/ROOT/pages/inbound-message-flows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,41 @@ The following diagram shows the components of an inbound message flow:

image::pm-inbound-message-flow.png[Inbound message flow]

|===
|Setting |Description |Supported Formats or Protocols

|Receiving endpoint | Endpoint at which a host receives transmissions from a trading partner a|
* AS2
* FTP
* HTTP
* HTTPS
* SFTP

|Source message type |Message type of the received message payload a|
* EDIFACT
* JSON
* X12
* XML

|Map |DataWeave map used to transform the source message type to the target message type a| N/A

|Target message type |Format into which the DataWeave map transforms received messages a|
* JSON
* XML

|Target endpoint | Endpoint to which the transformed message is sent (typically, a process API)
a|
* FTP
* HTTP
* HTTPS
* SFTP
|===
<1> *Receive from Partners endpoint*
+
Endpoint at which a host receives transmissions from a partners. Support protocols are:

** AS2
** FTP
** HTTP
** HTTPS
** SFTP

<2> *Receive from Partners message type*
+
Message type of the received message payload. Supported protocols are:

** EDIFACT
** JSON
** X12
** XML
<3> *Dataweave Map*
+
DataWeave map used to transform the source message type to the target message type
<4> *Target at Host message type*
+
Format into which the DataWeave map transforms received messages. Supported protocols are:

** JSON
** XML
<5> *Target at Host endpoint*
+
Endpoint to which the transformed message is sent (typically, a process API). Supported protocols are:

** FTP
** HTTP
** HTTPS
** SFTP

== See Also

Expand Down