-
Oct 4th, 2012, 03:51 PM
#1
Spring Integration Headers
I have a spring integration project with a ws-inbound-gateway configured with map-request-headers="*". I then use a downstream router that references header-name="SOAP-ENV:Version" . The problem I get is that that header is returned as a org.springframework.ws.soap.saaj.SaajSoapHeaderEle ment, but the header router is expecting a String.
Is there a way to execute an SpEL expression, xpath, or something else to extract the string from the element that is apparently being created?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules