Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When using document literal binding style, we can't dispatch the message by looking at the first element's local name only(soap body based dispatcher). Because document literal style doesn't enforce to use the payloads first element name same as the soap action. So we have to improve the soap body based dispatcher to dispatch based on the first elements namespace.