12-16-04 11:49 PM
Nicolas,
I am not entirely sure what you are trying to accomplish, but here's an idea
basde on what I think you want.
Your orchestration could set up a receive port which first "listens" on the
FTP port. Alongside this receive port you could set up a time-out. If this
time-out fires, then the FTP port did not receive anything. After this
time-out fires, you can then "listen" on the corporate intranet using the
File port. Alongside this you can also put a timeout. If this timeout fires
,
there are no files currently for processing.
You could then loop all the way round or do whatever you need to do.
Do you see what I mean?
HTH
Ben Cuttriss.
"ungernn" wrote:
> Hello,
>
> I have the following problem in an orchestration :
> I would like to get a file on a ftp server and if there is nothing, I woul
d
> like to get a file on the corporate network. ( the files schemas are the
> same )
>
> How to specify two receptions in the same orchestration?
> How to know if ftp port return something?
>
> Thank you in advance for your assistance and sorry for my bad english,
>
> Nicolas
>
[ Post a follow-up to this message ]
|