Hi there,
I discovered a problem inside ApiClient in Java as when I execute any query, data returned from Purecloud goes well but ApiClient converts this information without specify charset to use. The result includes unrecognized characters (for example: "é" instead of "é").
The problem is when method invokeAPIVerbose inside ApiClient class calls EntityUtils.toString(entity) this param should give us the possibility to add charset manually. An example: EntityUtils.toString(entity, "UTF-8").
I want to know this forum can help me to modify Java SDK in next release.
Thanks in advance.