We have several interfaces in which we drop the Original messages ,as
received, in ErrorDropFolder for each interface in case of any validation
or
data Exception.
I am thinking about putting a Solution in which I can define the Rules in
BRE like this:-
1. if FileLocation c:\interfaceA\ErrorDropFolder then
EmailTo xxx@[EMAIL PROTECTED]
= "Invoice Failed DUe to data VALidation Blah Blah"
Mutiple Receive locations will be created under 1 Recive ****T to pickup
files from all these different ErrorDropFolders.
Orchestartion Should receive these files and based on their Path Right
Rule
will be selected and Dynamically SMTP send ****t properties will be changed
with in orchestration like
DynamicSend****t(Microsoft.XLANGs.BaseTypes.Address)=ValueRetrievedFromRule
&
MyOutgoingMessage(SMTP.Subject)=ValueRetrievedFromRule
etc etc..
My querstion is how do i Receive difft types of messages from all those
difft folders without having to create schemas for them the solution.
Objective of solution is to receive any kind of file (*.txt, *.xml, *.inv)
& then just pass it to the send ****t after checking thru the Rules in BRE.
Any Idea is appreciated...