Module for AS4 Version 10.1.May 2019 | Understanding and Using webMethods AS4 Module | Installing and Using AS4 Module | Concepts | Messaging Model | Message Exchange Patterns | One-Way/Push MEP
 
One-Way/Push MEP
This MEP is used to send (push) a user message to a trading partner. The user message can be carried over a one-way or a two-way underlying protocol.
Step
Description
1
The initiating MSH sends the data packaged as a user message to the responding MSH.
2
The responding MSH receives and processes the user message.
When using the One-Way/Push MEP, use the wm.ip.estd.as4.msh:submit service to package the submitted payloads as a user message and send it to the responding MSH. The submit service uses the values of the toPartyId, toPartyIdType, fromPartyId, fromPartyIdType, and pmodeID. If pmodeID is empty, then a tuple of toPartyId, toRole, fromPartyId, fromRole, Service, Action, and AgreementRef input parameters to fetch the appropriate TPA. The values in the TPA are then used to generate and send the user message.
For information about configuring the module to use the One-Way/Push MEP, see Configuring Trading Partner Agreements. For more information about the submit service, see Built-In Services.