Hi Tushar, from that I can see from your diagram it seems the classic "Service Controller" where you receive the request, evaluate it and then route the request to some procedure
To start look at this example https://github.com/apache/servicemix/tree/master/examples/camel/camel-cxf-soap/camel-cxf-soap-service After that IMHO I would do some consideration like Contract-First vs Code-first , enumerate the number of service controller ecc.ecc I hope to help you Regards --Filippo 2015-04-12 21:41 GMT+02:00 TusharSagar <[email protected]>: > Hi Team,I wanted to convert the below mule esb workflow into a servicemix > route flow. > <http://servicemix.396122.n5.nabble.com/file/n5722511/DMFlow.jpg> Here in > the picture 1) HTTP is a http request from a web application to SOAP > component which is an endpoint(a webservice interface)2) based on a switch > OKM/ImageNow the call would be made to an implementation java class > (ServiceImpl)and the response would be routed back to the application.My > question is how would i convert the above flow into an apache camel > servicemix flow.Please suggest.Thanks in advanceTushar > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Convert-the-mule-esb-project-flow-to-a-camel-servicemix-flow-tp5722511.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
