Hi,
We are returning an XML document as a "string"
from the call to the web service. so inside the soap packet we
get:
<owner>LA BRASSERIE LABATT
LIMITÉE</owner>
for example. This is the way it is being
received from Axis
What I would like returned is É for
the letter É instead
of É
Hope that is the detail you were looking
for.
Wes.
From: naveen babu [mailto:[EMAIL PROTECTED]
Sent: October 21, 2005 5:07 PM
To: [email protected]
Subject: Re: Axis UTF-8 Encoding Question
try returning the UTF-8 characters in string format
On 10/21/05, Wesley
MacDonald <[EMAIL PROTECTED]> wrote:
Hi,I would like to know why the UTF-8 characters are being returned as html encoded values and is it possible to get them in their native format. Here is an example of a return:LIMITÉEThe server is running under Tomcat 5.5.9 with Axis 1.2.1 and the client uses IP*Works! for Borland C++Thanks in advanceWes.
