I am processing a transaction through the SAP system (ex. PO) and in the form of iDoc (tXML) it goes through the BizManager where the transformation of tXML to and EDI message takes place. This EDI message is then send an Input to an application (for ex. XYZ) which will receive this message and acknowledges back with an EDI message (I want to virtualize XYZ). How can I achieve this scenario?
Please advise. Thanks!
What transport protocol (HTTP/s, JMS, TCP, etc.) is BizManager using to communicate to XYZ application?
It sounds like the virtualization is outside of SAP, so I would start with:
Set up a DevTest recorder between BizManager and XYZ and ensure that you save a Raw Traffic file during recording.
Point BizManager to the DevTest endpoint.
Point DevTest to the XYZ endpoint.
Submit transactions.
When processing the recording, apply the EDI X12 Data Protocol Handler.