Re: Encoding request as iso8859_1

2005-04-20 Thread jayachandra
Hi Kim! I've a work around suggestion to the problem you described. Try using the call.invoke(Message msg) method call by creating your own message (needn't fear, it could be as simple as changing a few lines here and there of a template file) and setting the "javax.xml.soap.encoding" property of t

Re: Encoding request as iso8859_1

2005-04-18 Thread Kim Thrysøe
The scenario is this: I use axis as ws client to call a server which takes the data from a search request and forwards it without modification to a legacy system. This legacy system requires the characters recieved in search queries to be latin1, not UTF8. With the tcp-dump of what is actually tr

Re: Encoding request as iso8859_1

2005-04-18 Thread Venkat Reddy
Do you have a test case that demostrates the issue? thanks venkat On 4/18/05, Kim Thrysøe <[EMAIL PROTECTED]> wrote: > Is it possible to configure Axis to post requests using a charset other > that UTF8, eg. iso8859_1? > > This question has been posted a while ago > (http://marc.theaimsgroup.com

Encoding request as iso8859_1

2005-04-18 Thread Kim Thrysøe
Is it possible to configure Axis to post requests using a charset other that UTF8, eg. iso8859_1? This question has been posted a while ago (http://marc.theaimsgroup.com/?l=axis-user&m=104617666812022&w=2), but I failed to find a response. thanks kim