[Axis2] Character encoding in server side

2006-08-14 Thread Javier V
Hi, I've developed a service but the client invocation encodes the information in WIN1252 instead of UTF-8. How must I configure the services.xml file to change the character enconding? Thanks in advance Janfry _ Descarga grati

Re: [Axis2] Character Encoding

2006-08-02 Thread Eran Chinthaka
The constant should be org.apache.axis2.Constants.Configuration.CHARACTER_SET_ENCODING (Arghh, when will my article on the constants gets published :( ) This SHOULD work with latest nightly build. If not please find a bug in JIRA. -- Chinthaka Javier V wrote: > Hi, > > I want to change the ch

Re: [Axis2] Character Encoding

2006-08-02 Thread Davanum Srinivas
Are u using latest nightly? If so, please log a bug report. Thanks, dims On 8/2/06, Javier V <[EMAIL PROTECTED]> wrote: Hi, I want to change the character encoding to another than UTF-8, like UTF-16 or ISO-8859-1. I've tried with: Options options = new Options(); options.setTo(ta

[Axis2] Character Encoding

2006-08-02 Thread Javier V
Hi, I want to change the character encoding to another than UTF-8, like UTF-16 or ISO-8859-1. I've tried with: Options options = new Options(); options.setTo(targetEPR); options.setProperty(org.apache.axis2.context.MessageContext.CHARACTER_SET_ENCODING, org.apache.axis2.contex