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

Reply via email to