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=15130>. 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=15130 malformed encoding when SOAPBodyElement's data are not ISO8859_1 characters [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-12-20 01:44 ------- Hi Bill, I modified MimeUtils class by following your instructions but there are still some malformed problems in UTF-8 encoding. I think a simpler way to sovle the problem by only modifing one line in MimeUtils. in line 301, messageBodyPart.setText(env); modified to messageBodyPart.setText(env, "UTF-8"); and everything seems to be good in each condiction I have tested! I hope this will be applied in future realse of Axis.