Mark Fisher opened INT-1532 and commented
Currently, the HeaderMapper<SoapHeader> can only be configured on a "simple" Web Service inbound gateway (one without a 'marshaller') due to the way we extend the abstract base class for the marshalling gateway. We would need to provide access to the headers at the same time we have the request/response Message context available. OTOH, when Marshalling, one could always map directly to/from Message instances rather than payloads, so maybe it's not a critical feature.
Another thing that we should consider is adding support for 'mapped-request-headers' and 'mapped-response-headers' attributes rather than only providing the option of referencing the HeaderMapper strategy itself.
Affects: 2.0 RC1
Issue Links:
3 votes, 6 watchers