DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14989>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14989 Promote encoding style from first body element to <soapenv:Body> Summary: Promote encoding style from first body element to <soapenv:Body> Product: Axis Version: current (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Promote the encoding style used by the first body element to the actual <soapenv:Body> element itself. If the body contains multiple child elements which use the same encoding style (as with multiRefs for rpc encoding) this will avoid the overhead of duplicate encoding styles (and the associated namespace definition) on each child. In no case should this add overhead, since at a minimum the encoding style declaration on the <soapenv:Body> element will replace what would otherwise be present on the first child element.