You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/08/26 09:06:36 UTC

DO NOT REPLY [Bug 22723] New: - [PATCH] IOException parsing SOAP Request/Response

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: axis-dev@ws.apache.org
        ReportedBy: douglas.bitting@agile.com


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.