I missunderstood the "java.lang.IllegalStateException: Use an InOut MEP"
error message.

The problem was that I was using a FilePoller before the RoutingSlip and
this was causing the error because the FilePoller was passing a InOnly MEP
to the RoutingSlip.

The issue was solved by using a PipeLine (just a suggested) before the
RoutingSlip:

FilePoller ---- PipeLine ---- RoutingSlip --- T1 --- T2 ---- ... --- Tn ----
FileWriter
                     |
                  TraceComponent

Thank you

-- 
View this message in context: 
http://www.nabble.com/Route-and-transform-SOAP-RPCs-tf1563241.html#a5220953
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to