Hello, I have an issue related to this same UTF-8 encoding and was wondering if anyone here could help me with a hint or something. We had a new customer with a special address, containing special characters("Bács") registering to our backend and Zuora throwed an exception "Detail":[],"Reason":{"Text":"com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x63 (at char #1047, byte #127)"},"Code":{"Value":"soapenv:Receiver"}} at the time when the contact was trying to be created. I've tried encoding in UTF-8 the whole request we make and still I got the same error. Same request to https://rest.apisandbox.zuora.com/v1/action/create from Postman works. I appreciate your help, Crenguta.
... View more