Guillaume Nodet wrote:
Yes, WS-I BP 1.1 supports RPC literal, so there will be several parts in the
message,
but they are all wrapped inside an element with the operation name. This
lead to
a single child for the soap body element.
Currently, servicemix-http passes this child as the content of the
normalized message.

Yes, and that's the root of the problem. Normalization is left to the component. Ideally, we'd like to move this code into the bus such that multiple components can benefit from this normalization and not care whether the transport message format is Document-style or Procedural-Style. And it also covers the cases where you can to access/handle SOAP headers.

alex



Reply via email to