Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 92520 invoked by uid 500); 30 Dec 2002 07:01:08 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 92328 invoked from network); 30 Dec 2002 07:01:04 -0000 Date: 30 Dec 2002 07:00:58 -0000 Message-ID: <20021230070058.11883.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 15130] - malformed encoding when SOAPBodyElement's data are not ISO8859_1 characters X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 ------- Additional Comments From rong@borland.com.cn 2002-12-30 07:00 ------- Dims, I sumbit two test case in attachments. mimemessage.zip contains a simple modification to "message" sample within axis bundle. I add some code in the client to transfer a attachment and some Chinese characters besides original data. If the fix of MimeUtils.java did not be applied, the server side would threw a XML parsering error because of the malformed encoding from the client. mimerpc.zip is a RPC based service. I wrote a wrapper class wrapping a string and a data handler as a RPC method return type to transfer primitive data and files synchronously. The problem is the same. the string in wrapper instance could not be characters other than Latin-1 if the fix did not be applied. Sam