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
<[EMAIL PROTECTED]> wrote:
I found a much easier way to do this by making only a minor
modification to org.apache.axis.client.Call.java.

I added a new property:

     public static final String CHARACTER_SET_ENCODING    =
SOAPMessage.CHARACTER_SET_ENCODING;
On Nov 17, 2004, at 4:21 PM, Bernie Bernstein wrote:
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.



On Nov 17, 2004, at 12:39 PM, Peuclid wrote:
So, just to start, I'm trying to get my test client to request the
data in ISO-8859-1 just to see what happens when I change the global
"axis.xmlEncoding" to ISO-8859-1. So far, that doesn't seem to be
changing the default anywhere. Looking at the AxisServlet code, I see
that the encoding is set by the request.


So, now I need to figure out how to set the encoding of the request.





--
Davanum Srinivas - http://webservices.apache.org/~dims/




Reply via email to