The latest beta sends the xml in default jvm encoding. Would it not be better to send it in utf-8? Is there a way to set this? I thought that perhaps by overriding the
class XmlRpcClient {...
synchronized XmlRpcClientWorker getWorker(boolean async) throws
IOException
}
but the method is not protected.
Henry
