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=16256>. 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=16256 WSIF AXIS Operation uses incorrect encoding style Summary: WSIF AXIS Operation uses incorrect encoding style Product: Axis-WSIF Version: current (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The AXIS provide is incorrectly setting the AXIS Call objects encoding style. Currently in the invokeRequestResponseOperation methods the encoding style is set before the prepare method is run so the style to set is not based on the current WSDL. This causes the type mappings that get registered in the prepare method to be registered against the incorrect encoding style and therefore (de)serialization failures.