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=15837>. 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=15837 Attachments fail if in the wrong order Summary: Attachments fail if in the wrong order Product: Axis-WSIF Version: current (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The WSIF AXIS provider always first adds any SOAP parts to the AXIS Call object, and then any MIME parts. It seems that for some services (eg the MIME testcase service) the parts are extracted by order not by name, so if the service method signature expects the MIME part 1st then it fails to find the method.