Hi Thanks for the information, i have to write a client to send this information to a web service written by some other group. Do i send data in UTF-8 Format, how do i do any conversion before calling this web service
Ashish On Mon, Aug 4, 2008 at 10:06 AM, Carsten Burghardt <[EMAIL PROTECTED]>wrote: > Quoting "Chinmoy Chakraborty" <[EMAIL PROTECTED]>: > > 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. >> > > That's interesting as I also have the problem with KOI8-R encoded > characters (see my email "Illegal characters"). Can you provide a little bit > more details on how you added the filter and passed the stream to Axis? > > 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 >>> >>> >>> >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
