I think camel-cxf component can help you to do this kind of work.
The common way if you want to camel talk to your dot net webservice:
1. Using the WSDL2Java of CXF to generate the SEI.
2. Setting up the camel-cxf endpoint
3. Preparing the request message for camel-cxf endpoint in the camel route
Please go through the document[1] to find more information about using
camel-cxf component :)
[1]http://camel.apache.org/cxf.html
PatrickVB wrote:
Dear all,
I'm a newbie to camel and could not find any reference to anything similar.
In my use case I have to invoke a webservice which is implemented using
WCF(Windows Communication Foundation) on dot net 3.5.
Is such a thing possible? Which camel component would I have to to use? Are
there any examples available of such an integration?
Many thanks
Patrick