Hi,

i have route below and no idea how to add SOAP Header into response. Any
help pls.?

from("spring-ws:rootqname:" +new QName(MM7_VF_NS, "DeliverReq") +
"?endpointMapping=#endpointMapping")
               .unmarshal(jaxb(DeliverReqType.class, new QName(MM7_VF_NS,
"DeliverReq")))
               .beanRef(ROUTE_BEAN, "createResponseForDeliverReq")
               .marshal(jaxb(DeliverRspType.class, new QName(MM7_VF_NS,
"DeliverRsp")));



--
View this message in context: 
http://camel.465427.n5.nabble.com/Add-SOAP-header-into-spring-ws-route-tp5745673.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to