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=12358>. 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=12358 SOAP mime attachments: does not work [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2002-09-27 15:12 ------- the testprogram works, but mine does NOT The reason that the testprog works is because the mime file does not contain the headers. If I remove manually the headers from my mime file it also works this is my header: Message-ID: <4141125.1031149904684.JavaMail.tony@nighthawk> Mime-Version: 1.0 Content-Type: multipart/related; type="text/xml"; start="<967640919.1031149904103.AXIS@nighthawk>"; boundary=159774.1031149904123.JavaMail.tony.nighthawk The reason is that I save the mime file with headers. I do this with org.apache.axis.attachments.MimeUtils.filter=null; This puts the headers and creates a correct mime file (readable by an email client)