Hi Willem, Is the serviceClass URI parameter mandatory? Do I need to provide a Java Class to use CXF routing? It is not possible to use WSDL first like in Servicemix CXF-BC component?
Thank you, Wilson willem.jiang wrote: > > 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 >> >> > > > -- View this message in context: http://www.nabble.com/About-JIRA-issue-CAMEL-180-tp14702992s22882p14711292.html Sent from the Camel - Users mailing list archive at Nabble.com.
