I am wondering about same thing.
I was hoping to use multiple xslt transformations within the static routing
slip. Like so:
<eip:static-routing-slip service="test:routingSlip" endpoint="endpoint">
<eip:targets>
<eip:exchange-target service="foo:transformer1" />
<eip:exchange-target service="foo:transformer2" />
<eip:exchange-target service="foo:transformer4" />
<eip:exchange-target service="foo:transformer3" />
<eip:exchange-target service="foo:fileSender" />
</eip:targets>
</eip:static-routing-slip>
This is however not possible because the XsltComponent is an InOnly MEP
whereas the static routing slip requires an InOut MEP.
I don't see how to use the eip:pipeline component to bridge a InOut MEP to
InOnly MEP (while I see how the opposite would be possible).
Is there something I am missing?
Thank you,
--
View this message in context:
http://www.nabble.com/Route-and-transform-SOAP-RPCs-tf1563241.html#a5203494
Sent from the ServiceMix - User forum at Nabble.com.