L.S., If you're a beginner, I would recommend you take a look at http://servicemix.apache.org/docs/4.4.0/quickstart/index.html which gives you a quick view of how you can quickly develop and deploy Camel routes inside ServiceMix. You'll notice that this approach is a lot easier to get start with than the older xbean.xml/servicemix-http way of doing things.
Once you grasp the basics of building these simple route, you could start using camel-jetty or camel-cxf endpoints to route your webservice requests. It will also support the other use cases you mention (e.g. file routing) very well. Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Tue, May 22, 2012 at 3:40 PM, madeagus <[email protected]> wrote: > Hi! > > I'm very beginner in ServiceMix and i read that SMX can be used to route > our > webservice in highlevel manner. > my case is like this: > I have many PHP based Web Services that serve several apps in internal > organization. > to make it clean, i want to use SMX routing via servicemix-http (as i've > read before) for each service. > later on, another SMX features will be used such file routing etc. > > However, after tries and read and search many resources, i can not find any > possibility to make it happen (PHPWS - SMX), there exist only using java , > Xbeans xml etc > > Is is possible to do it? if so, do you have any idea how to make it happen? > some xml configuration or else. > > thank you > madeagus > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/ServiceMix-and-PHPWebService-Routing-tp5713323.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
