cancel
Showing results for 
Search instead for 
Did you mean: 

File to SOAP Asyn - 1 to N multimap with WAIT

kavita_dubey
Explorer
0 Kudos

Dear Experts,

As per early requirement, I have a scenario:

Sender(File)------>PO------>Receiver(SOAP)   ASYNC

The scenario is Asyn, 1 to N multimapping. If file has 'n' records, receiver will get 'n' web service calls to post each record in different messages. I did it using Java Mapping also based on some other factors. I am reading file and sending 'n' multimap structure out of Java code in OutStream and splitting it using Multimap envelope and changing service interface cardinality to 0 to unbound.  Due to this all webservice requests go to receiver one after other without wait. They come up saying that we should wait for response of web service before launching next call.

The problem here is - we are not handling response as per early design.

Is it possible to introduce wait(let say 2 secs) with this current design before making next web service call?

The second approach I can see to handle it using BPM but I am trying to utilize current design.

Please provide your suggestions.

Regards

Kavita

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Kavita,

Did you try maintain order at runtime like below in your ICO?

Regards,

Praveen.