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?
 

Reply via email to