I am working on a Apache camel Spring WS project, the project works fine but when I was asked to add SOAP header to the response ,Getting the response as below
http://services.anc.com/ServiceHeaderV2.0"> <
With XML &quor; > characters. I am sending the header as String () to exchange.getOut().setHeader(MessageContext.HTTP_REQUEST_HEADERS, soapHeader); logs are printing without xml characters but when populated as XML response it is present with XML characters.
Can some one please guide me to resolve this issue. How to send valid SOAP header in camel spring-ws project? is it possible ?
No comments:
Post a Comment