Edward,
AFAIK, there is no out-of-the-box way to do this. Personally, I would
create a Java class for servicemix-lwcontainer that:
- receives the in message
- translates it
- executes a new in-out message exchange
- translates the result
- answers the original message
The question has been asked before, so if you're interested in building
a more generic solution and contributing it to ServiceMix, you're more
than welcome. Just raise a JIRA and let us know if we can help you with
anything...
Regards,
Gert
Edward Manmohan wrote:
Correction
/s/Can/Is
On 6/8/07, Edward Manmohan <[EMAIL PROTECTED]> wrote:
Hi,
I have configured the servicemix to route to my service after an xslt
transformation on the request and got the response back to the client. I
have used the static-routing-slip eip component in-order to achieve this
because I want the in-out MEP to be present.
Now I want the response message to be transformed from another transform
back XSLT, keeping the in-out MEP.
*Is* anyone have any idea on how this can be done?
Thanks,
-Edward-