Hi
I have a sync async bridge with the following design ....scenario is that the sender is SOAP synchronous ....the SOAP Request that is sent is generated as a file in a folder and another file will be picked up from the same folder ( based on the matching matno ) ..
The file that is read is sent as a response to SOAP sender.
Step 1 - Rec step in Open S/A bridge mode
Step 2 - Send step ( that activates the corelation on field called Matno )
Step 3 - Receive step ( that uses the corelation on field called matno )
Step 4 - Transformation
Step 5 - Send step that closes the bridge..
My issue is that even before the SOAP sender sends a request.....the file that is there in the folder is picked up by the receive step ( step 3 ) ...
I want the file to be picked up only when the control reaches that step
What can be the issue ??