Hi,

In my previous project I had a routing logic where I had to kick a
webservice in my routes along with the usage of "camel-jpa", "camel-jms"
components, etc. For that purpose I used the inOut("spring-ws:http://...";)
in Java-DSL for the webservice-call which worked out-of-box for me without
any extra customization, see [1]

However in my new project I'll have to simply kick a webservice which
requires strong-authentication (client-certificate), and that's all! so no
routing-logic etc. For that I think a ProducerTemplate is good enough, but:

- Is there any contra/pros using "cxf" or "spring-ws", which one would make
a better sense in my case?
- Do you think the TLS-Configuration utility [2] would make sense in my
case, where I've to configure the keystore/truststore stuff for the
SSL-Handshake of the webservice call?


[1]
http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-8-0-tp4584312p4593321.html
[2] http://camel.apache.org/camel-configuration-utilities.html

Regards, Babak

--
View this message in context: 
http://camel.465427.n5.nabble.com/need-some-advice-on-cxf-or-spring-ws-tp4643001p4643001.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to