Problem with UTF8 characters?
Q
I've attempted to send the string
è or à
in a SOAP message with soap4r and I've gotten an error
XSD::ValueSpaceError?: {http://www.w3.org/2001/XMLSchema}string: cannot accept 'è or à'.
A
Add a line
XSD::Charset.encoding = 'UTF8'
to your client before sending requests.