cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger another Integrated Configuration after another one

0 Kudos
169

I have a scenario in where a file has to be picked up from a certain file location and put on a FTP server.

For this, I created a simple Integrated Configuration with dummy interface. Like this

Simple and straighforward and working.

But, after the file has been put on the FTP, I have to send a SOAP request to the receiving party, to tell them that the file is ready to be processed. This can also be easily be configured with another Integrated Configuration that sends this SOAP request.

My question is, how can I trigger this second Integrated Configuration after the file has been placed on the FTP?

Is this possible and how to do this?

Or is there perhaps another solution?

0 Kudos

Hi!

Does your second interface require synchronous call?

Regards, Evgeniy.

0 Kudos

Hi Evgeniy,

No, the second interface does not require it to be synchronous

Regards,

Edwin

View Entire Topic
0 Kudos

Hi Edwin!

You could try to use the following approach: create the second interface for the same receiver with appropriate communication channel (pointing to your second system) and operation/message(XSLT) mapping. In your interface determination switch on the "Maintain Order at Runtime" option. Thus, only after the first interface successfully places the file to location, the second interface will be triggered, where you build the request message for the target system.

Regards, Evgeniy.