Re: Call with different character encoding

2004-11-23 Thread Bernie Bernstein
I just submitted it to JIRA: http://nagoya.apache.org/jira/browse/AXIS-1682 thanks for the help. Bernie On Nov 23, 2004, at 6:58 PM, Davanum Srinivas wrote: Looks like a useful change...can you please open a JIRA enhancement request? dims On Tue, 23 Nov 2004 13:55:32 -0500, Bernie Bernstein

Re: Call with different character encoding

2004-11-23 Thread Bernie Bernstein
t possible to set the Character encoding to anything when making the Call. To use it, you'd just use the setProperty() method to set the Call.CHARACTER_SET_ENCODING property to whatever character encoding you want before invoking the call. eg: call.setProperty(Call.CHARACTER_SET_ENCODING,

Re: Call with different character encoding

2004-11-17 Thread Bernie Bernstein
I managed to do it by copy/pasting some code from org.apache.axis.client.Call. It wasn't easy, but it involved creating a new Message object, setting it's char encoding to "ISO-8859-1", and then assembling the envelope to send to Call. Then to deal with the response, the code needed to get the