You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by SwenVogel <sw...@ypsystems.de> on 2010/01/11 17:48:41 UTC

Camel and SOAP Web Service

Hi

I have developed a message processing system based on Apache Camel. I use
the file and jetty component to receive incoming messages. The system is
started through the camel spring container.
Now I also want to receive incoming messages over a SOAP web service.
There are many articles about CXF, Axis but I cannot figure out what is the
easiest way to receive a simple message over a web service, perhaps without
any additional server process?

Thanks...


-- 
View this message in context: http://old.nabble.com/Camel-and-SOAP-Web-Service-tp27113546p27113546.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel and SOAP Web Service

Posted by Stan Lewis <ga...@gmail.com>.
You can really use either, there's an older tutorial on how to
integrate Axis and Camel here -
http://camel.apache.org/tutorial-axis-camel.html

It was written against Camel 1.5 so there's bound to be some changes
here and there if you're using 2.x.  I would say though that it might
be easier to use CXF as there's a camel-cxf component that's really
easy to use, if you haven't read up on it already check here -
http://camel.apache.org/cxf.html

On Mon, Jan 11, 2010 at 11:48 AM, SwenVogel <sw...@ypsystems.de> wrote:
>
> Hi
>
> I have developed a message processing system based on Apache Camel. I use
> the file and jetty component to receive incoming messages. The system is
> started through the camel spring container.
> Now I also want to receive incoming messages over a SOAP web service.
> There are many articles about CXF, Axis but I cannot figure out what is the
> easiest way to receive a simple message over a web service, perhaps without
> any additional server process?
>
> Thanks...
>
>
> --
> View this message in context: http://old.nabble.com/Camel-and-SOAP-Web-Service-tp27113546p27113546.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>