Hi Ashish,
Did you try setting the
org.apache.axis2.Constants.Configuration.CHARACTER_SET_ENCODING property ?
eg.
options.setProperty(org.apache.axis2.Constants.Configuration.CHARACTER_SET_ENCODING,
"UTF-16");
thanks,
nandana
On Tue, Nov 4, 2008 at 10:00 PM, Ashish Kulkarni <
[EMAIL PROTECTED]> wrote:
> HiI have a Web Service client using Axis 1.4.1, calling a web service,
> Can i change character encoding before calling the Web Service
> What is the default character encoding used, is it UTF-8
>
> This is what i do in my program
> ExecutePortTypeBindingStub stub = new ExecutePortTypeBindingStub(new
> URL(endPoint), null);
>
> Where ExecutePortTypeBindingStub is java class created by WSDL2JAVA utility
>
>
>