Hi
I create a package OrderCreation with the scenario step OrderCreation, the inbound channel is a XML file. The scenario is working good, when I put a XML file in a specified directory, an order in SB1 will be created.
I also create a package OrderConfirm with the scenario step OrderConfirm, the inbound channel is SB1 and the outbound is a XML file. When I create an order manual in SB1 the scenario works good and it generate a XML file.
The issue is that the OrderConfirm is not triggered by the OrderCreation. This mean that an order created by B1If will not results in a XML file for the order confirmation.
How can I let OrderConfirm be triggered by OrderCreation?
regards