Hello Willem,

there were basically two things wrong:
- missing camel-http in the classpath
- wrong Operation name set in the header

                result.setHeader(
                                CxfConstants.OPERATION_NAME,
                                "an-operation-name");
                result.setHeader(
                                CxfConstants.OPERATION_NAMESPACE,
                                "http://a-host/a-path";);

The second error was really a problem of mine, shame on me.

Thank you for your help!

Best regards, Werner

-- 
View this message in context: 
http://www.nabble.com/Web-service-provider-tp19722939s22882p19798522.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to