Hi ! Just an idea. I don't know if it works. You can try by using the decimal ascii code for these characters. For instance: � : ä � : ñ � : í
Tell me if it works I'm interested :) Patrick. > I am transmitting strings and it was OK until I transmitted �,� and > similar characters. It is because I need to transmit spanish characters. > I get a error parsing because of that. I thought it was automatic but it > wasn�t. I have even tried the method: String > org.apache.axis.utils.XMLUtils.xmlEncodedString(String)But nothing. So > how can I send � and other international characters?
