German Umlauts iOS

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

Hi Marco,

Is it possible to breakpoint the exception and dig deeper into what the API is trying to send and exactly what line it’s failing on, or info like that? If you can supply a repro, we might be able to have a look, but I’m not able to determine much from that error message.

Regards,

Nick.