On Mon, Nov 21, 2011 at 7:01 AM, helifort 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
camel-cxf uri could be the best option, I will try to use it to implement my
secnarios to see whether it could handle all requirement.
Thanks
Rosso
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-use-scala-dsl-calling-external-soap-web-service-tp5009545p5009712.html
Sen
Hi,
You can configure the camel endpoint with Blueprint if you are using it
in OSGi.
Current the camel-cxf uri can support most of the work that spring can
do, if you want to support the configure the interceptors or features,
we need to do some addition work.
On Mon Nov 21 14:01:55 2011, he