Hi,
Have you tried turning on the tracer to see what headers are on your
exchange?  A simple filter such as this should work:

                        <camel:filter>
                                <camel:simple>${in.headers.operationName} ==
'SearchRequest'</camel:simple>
                                <camel:log message="Search Request has been 
invoked"/>
                        </camel:filter>

Try looking at all the headers on your exchange and make sure the
operationName exists.  The framework should provide that header to you.

Thanks,
Yogesh



--
View this message in context: 
http://camel.465427.n5.nabble.com/exposing-different-operations-under-same-service-in-camel-cxf-routing-tp5716944p5717346.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to