You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Gnanaguru S <gn...@gmail.com> on 2014/10/08 04:29:07 UTC

Re: Adding soap headers in paylod mode


Use this way, but you have got to find the exact header names: 

        <from uri="file://D:\\input" />
	<setHeader headerName="SOAPAction">
		<constant>http://somehost/service/path</constant>
	</setHeader>
        <to uri="cxf:bean:myWS" />  

Good luck

Cheers
Guru
gnanaguru.com



--
View this message in context: http://camel.465427.n5.nabble.com/Adding-soap-headers-in-paylod-mode-tp5757389p5757397.html
Sent from the Camel - Users mailing list archive at Nabble.com.