I haven't tried this with AXIS yet, but with ApacheSOAP it just works, as it ends up sending via UTF-8 encoding (which I believe ApacheSOAP does by default)  which handles such characters just fine, if the other side accepts UTF-8 encoding...
-----Original Message-----
From: Rolando Pablos Sánchez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 18, 2002 8:53 AM
To: axis-user
Subject: ñ and other characters

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