Processing through 7x developer

Hi Guys,

Iam regularly facing the transient SFTP connection error for one my service which places the files in the target server, as a temporary fix Iam collecting the xml files from MWS and processing them manually one after the other by running the service.

I would like know will it be possible to load all 25 to 30 xml files through the developer at once and reprocess them at a single shot.

Or Any other option ?

Quick help is appreciable

Regards
sandeep

with my limited knowledge, i think one option would be to create a wrapper service which can read multiple files and keep calling your actual service.

What kind of connection errors are you facing?
You can simulate multiple clients calling the same service using a new thread to call the service every time.