On Mon, Nov 21, 2011 at 7:01 AM, helifort <[email protected]> wrote: > Hi > > I am trig to use Scala DSL calling external web service in Camel not using > spring at all > > Scala dsl could let you write routers like "cxf:bean:endpoint" but how to > configure cxf endpoint without spring. >
As CxfEndpoint is just java code, you should be able to create this "by hand" in Java code. However almost all users use the XML configuration of CXF, either Spring or Blueprint. And hence we do not have people as often ask about a non XML way of configuring it. > My request is in the whole project there should be no spring xml at all, > just using scala to do every thing. > > Thanks > Rosso > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-use-scala-dsl-calling-external-soap-web-service-tp5009545p5009545.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
