|
Home > Archive > BizTalk Server Orchestration > December 2004 > Two Receive ports in orchestration
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Two Receive ports in orchestration
|
|
| ungernn 2004-12-13, 6:28 pm |
| 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 would
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
| |
| Ben Cuttriss 2004-12-16, 6: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 would
> 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
>
|
|
|
|
|