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=16098>. 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=16098 NullPointerException in SOAPPart.setContent Summary: NullPointerException in SOAPPart.setContent Product: Axis Version: current (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi I have found a bug in the setContent method of the SOAPPart class. When the method is called it will (besides updating the currentContent object) try to update the currentMessage and currentForm objects as well. When doing this it is assumed that calling getByteStream on the InputSource object returned from the org.apache.axis.utils.XMLUtils.sourceToInputSource