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=22723>. 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=22723 [PATCH] IOException parsing SOAP Request/Response Summary: [PATCH] IOException parsing SOAP Request/Response Product: Axis Version: 1.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Oracle's XML parser throws an exception when trying to parse a SOAP Response (or was it the request? It's been a while...). The root of the problem was that Oracle's parser makes use of the available() method, which isn't implemented on MultiPartRequestInputStream. Attached is a patch, which implements this method in a manner that is appropriate for its purpose.
