Hi segev,

You have a few options here.

When you want to build SOAP-based web services with Camel but without CXF
you can choose either:
- Spring-WS component: http://camel.apache.org/spring-web-services.html
- SOAP dataformat (JAX-WS/JAXB based): http://camel.apache.org/soap

Note that JBossWS (part of JBossAS) allows for pluggable web service stacks.
So you can swap JBoss its native web service stack with CXF if you desire
so. Of course all of the above are also valid options when using JBoss.

For building RESTful services you may want to have a look at:
- Restlet component: http://camel.apache.org/restlet.html
- Servlet component: http://camel.apache.org/servlet.html (really KISS)

Regards,
Richard

On Tue, May 10, 2011 at 11:21 AM, segev <soa....@gmail.com> wrote:

> Our main integration system is Oracle based and runs on Weblogic, we have
> other Java based system utilizing JBoss and Tomcat/Spring.
> I find Camel as an appealing light weight integration solution that we
> could
> use to supplement our other integration systems and preferably use across
> different platforms.
>
> I created a war based Camel project and deployed it with no issues to
> Weblogic.
> However a Camel project that supports Web Services requires CXF and
> Weblogic
> Web Services support is different (Metro..).
> Is there an easy way to have Camel running in Weblogic and supporting Web
> Services?
> We would also be interested to find a similar solution (Camel with Web
> Services support) for JBoss.
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-CXF-and-Weblogic-tp4384040p4384040.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to