Hi folks,
We have been developing a script that uses ZSI module in order to send data from the gateway (Connectport X4) to one external webserver using webservices.
We have managed to send the data (we see them into the external server) but the server’s answer creates an exception into our software, and inform us that UTF_16_BE module could not be found.
We have been looking around and don’t see the way to tell python to load this encoder. We have add the library the same way that UTF-8, but for some reason this doesn’t work.
Any idea or workaround?
Thanks in advance.