Hello,

I have looked into Axis sources. It just do it. Maybe to ask the author of
the particular implementation would be reasonable.

This is done in SerializationContext.java where the following line of code
occurs:

getEncoder().writeEncoded(writer, attributes.getValue(i));

that calls :

UTF8Encoder::writeEncoded

sincerely Olek


----- Original Message ----- 
From: "HHDirecto.Net" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, October 31, 2006 12:03 PM
Subject: Re: Axis 1.4: Send dont't send string in UTF-8


yes, maybe the same problem. Anyone knows about it?


2000/10/31, Filozof71 <[EMAIL PROTECTED]>:
>
> Hello,
>
> I have similar problem but I am not sure the same as yours. I put into
> response XML properly encoded 2-byte UTF-8 characters that get
> automatically
> encoded in HTML style &#x<code>;
>
> This is the same as yours ?
>
> sincerely Olek
>
>
>
> ----- Original Message -----
> From: HHDirecto.Net
> To: [email protected]
> Sent: Tuesday, October 31, 2006 10:29 AM
> Subject: Axis 1.4: Send dont't send string in UTF-8
>
>
> My axis 1.4 WS don't return strings as utf-8.
>
> This is the response when I do:
>
> return "c iñigín nº 3";
>
>
> <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="
> http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance
> "><soapenv:Body><damestringResponse
> xmlns="http://interfazweb.serviciosweb.xxx.com "><damestringReturn>c
> i&#xF1;ig&#xED;n n&#xBA;
>
>
3</damestringReturn></damestringResponse></soapenv:Body></soapenv:Envelope>
>
> Thanks in advance!!
>
>
>
> ----------------------------------------------------------------------
> PS. >>> http://link.interia.pl/f19a6
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



----------------------------------------------------------------------
Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to