Hi Wilson
CAMEL-180 is just using CXF SOAP interceptors to handle the SOAP
message.
In you case , you would use camel cxf component to router a soap request
to another external web service.
Here is an example[1] in camel of routing a SOAP over HTTP request to a
SOAP over JMS web service.
[1]
https://svn.apache.org/repos/asf/activemq/camel/trunk/examples/camel-example-cxf
Willem.
Wilson Freitas wrote:
Hi,
I've found the new feature described in
https://issues.apache.org/activemq/browse/CAMEL-180
In the issue description, there is this item:
*Supporting to create server and client without SEI
I've downloaded the newer 1.3-snapshot. I tryied to unsdesrtand how to do
this in the component unit testes, but i was unable to figure out how to
create server/clients.
What I want to do is:
External client----SOAP---->(Camel routing)-----SOAP------>External Web
Service
I want to use Camel as a webservices hub.
It is possible to do that?
Thank you,
Wilson