You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by wänä <we...@ipt.ch> on 2008/10/03 16:10:21 UTC

Re: Web service provider

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.