Hi
I designed an multimapping interface where one source is split to muliple receivers sucessfully using multiple maps and by filtering the output using each map
Question:
I am trying to design using one map
when the single map generates all 10 output message types, all the 10 output types been received by all recivers even though the receiver condition is specfied ex Werks = test1, Werks=test2.......
I tried with context object usinf insert rule (not local rule) in receiver dertermination
I know receiver determination acts first than interface determination, however when I try to set the same xpath condition in interface determination it is not saving and the occurance is 0...unbounded as its a multimapping scenario
- will enhanced receiver determination will work using one map or in one map I have to use different message like message1 , message2, message3... and filter the mapping
inputs are appreciated I googled most of the documents....could not find an answer