Guillaume Nodet wrote:
Not sure if I understand you.
Are you saying you also want to normalize WSDL 2 based soap envelopes
the same way ? Using WSDL 2, the rpc-lit style does not exist anymore,
so you only have a single child in the soap body which is described using
an xml schema.
I'm proposing that we could have configurable normalization paths:
1) SOAP 1.x message described with WSDL 1.1 => WSDL 1.1-wrapped JBI
normalized message
2) SOAP 1.x message described with WSDL 1.1/2.0) => Standard JBI
normalized message
3) SOAP 1.x message described with WSDL 2.0 => WSDL 1.1-wrapped JBI
normalized message
The 2nd case works only if there's only one message part (i.e., SOAP
body) and Document-Literal binding.
The 3rd case isn't supported yet.
alex