You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by cgsk <ka...@gmail.com> on 2012/09/19 16:58:38 UTC

Adding custom soap header in camel spring-ws

Hi there,

Is there a way to add custom header to Soap message as below. I am using
Camel-SpringWS.

<soapenv:Header>
     <v1:CustomerObject xmlns:ns7="" soapenv:mustUnderstand="0">
       <v1:ID></v1:ID>
     </v1:CustomerObject>
</soapenv:Header>

where CustomerObject being a java object generated using cxf-codegen-plugin

Regards,
Karthik




--
View this message in context: http://camel.465427.n5.nabble.com/Adding-custom-soap-header-in-camel-spring-ws-tp5719602.html
Sent from the Camel Development mailing list archive at Nabble.com.