Soniya, SOAP should not really care what language is being used inside of the objects it passes unless you are rendering directly from the SOAP wrapped objects. Did you try your application without doing anything special?
Best, Joe -----Original Message----- From: Shah, Soniya M. [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 1:34 PM To: '[EMAIL PROTECTED]' Subject: multi language support in Axis I am working on a system where we have to provide support for greek characters. I was able to make the SOAP client work by setting setEncodingStyle to "UTF-8" in org.apache.axis.client.Call object, but the cannot get the SOAP server working. Does anyone know any setting I have to do in the SOAP server? For client, I have the reference to call object so could change it easily. For server, all the details are handled by Axis, so do not know where to change it. Any information on this will be very helpful. We have Axis deployed in WLS 8.1. Thanks, Soniya
