Hi Community,
for a POC I call a webservice (SOAP) to transmit some text values. When I provide a string with an Umlaut (e.g. ö) I get an exception in Xcode:
javax.xml.rpc.JAXRPCException: soapenv:Server
com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x3c (at char #734, byte #127)
Sure, phoney is working as always without any issue.
Is there any special escaping needed?
Thanks,
Marco