Hi, 
I have a XSLT lightweight component that uses as destination a ftp
sender lightweight component so:
<...something ...> -- <XSLT> -- <FTPSender>
The documentation says that the FTPSender support the robust InOnly
pattern.
I'd like to intercept the error condition/message and route it to a
tracer so the flow became:

<...something ...> -- <XSLT> -- <FTPSender> --IfInError -- <Tracer>

I guess I need to insert between the XSLT and the FTPsender a compoment
that can handle the error condition and do the routing, but what?

thanks for the help.

bye Raffaele.

Reply via email to