Re: Calling Soap 1.1 Service from Camel cxf via Java DSL

2014-10-14 Thread Arthanarisamy Annamalai
Your end point URL should be appended with messageFactory eg: .doTry() .to("cxf://" + CxfUrl + "?" + "wsdlURL=" + WsdlUrl+ "&" + "serviceName=" + ServiceName + "&" + "portName=" + interpolPortName + "&" + "headerFilterStrategy" + "=#" + "propagateAllHeaderMessages" + "&" + "dataFormat=" + interp

Re: Calling Soap 1.1 Service from Camel cxf via Java DSL

2014-10-14 Thread Arthanarisamy Annamalai
Hi, You should also set messageFactory accordingly. -- View this message in context: http://camel.465427.n5.nabble.com/Calling-Soap-1-1-Service-from-Camel-cxf-via-Java-DSL-tp5757538p5757539.html Sent from the Camel - Users mailing list archive at Nabble.com.