| Tomas Restrepo \(MVP\) 2005-09-23, 7:49 am |
| > We have an orchestration which has 2 send ports. If the send Event for
> the
> first send port is successfull.(if the delivery is Successful) then we
> should
> trigger the second send port. Is there any we can check the above
> scenario.
Are you talking about waiting to see if the message was actually delivered
to the target? i.e. check to see, if, for example, the document was
delivered to the target HTTP server or MSMQ queue, or whatever?
If so, then what you are looking for is delivery notifications:
http://blogs.msdn.com/scottwoo/arch...2/25/80037.aspx
http://www.geekswithblogs.net/sthom...08/02/9234.aspx
http://blogs.msdn.com/kevinsmi/arch.../03/172574.aspx
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
|