Hi Ashish,

I had same problem with RUSSIAN characters. I used Axis 1.4. I guess Axis2
also does not handle this situation well. Here is what I did,

I used a custom filter. In there I was reading the inputstream using "UTF-8"
[BufferedReader br = new BufferedReader(new
InputStreamReader(request.getInputStream(), "UTF-8"));]encoding, do what you
require to do here and pass the inputstream to Axis2.

Now Axis2 can handle this and this works fine for russian characters at my
end.

HTH,
Chinmoy

On Sun, Aug 3, 2008 at 7:35 AM, Ashish Kulkarni <[EMAIL PROTECTED]
> wrote:

>  Hi
>
> We have to create a web service which will be used to consume data which
> may have japnese characters,
>
> Is there some thing special we have to do for WSDL, do we have to define it
> as UTF-16 or some thing. This web service will get data which will be
> english characters and some times Japanese characters,
>
> We need to insert this data in a DB2 table which accepts english
> characters, so basically use UTF-8 for data inserted
>
> Any suggestions
>
>

Reply via email to