Hi Scott: I have tried it many ways... The definition of "profile" is like this: dcl-ds profile qualified; name varchar(100) ccsid(*utf8); end-ds; The JSON is generated OK. I have tried to send it to the server with SQL, and it works perfectly. The problem is, I think, with the http_setOpt...
Hi all: I'm having problems sending utf-8 strings to a rest server using http_req. I'm not sure if I'm doing it well: I have a pf with dds like this: UNIQUE R RTEXT1 LANG 1A NUMBER 5S 0 TEXT 50G CCSID(1200 *NOCONVERT) K LANG K NUMBER TEXT. contains data in different languages (spanish, engligh, russ...