Hi again, now I’ve got the solution we found.
I hope this to be helpful.
The class to modify is
com.softwareag.tamino.db.API.common.TPreference
which is under TaminoAPI4J.jar
there you’ll find a line that says:
set(“com.softwareag.tamino.db.API.io.Encoding”, new String(“utf-8”));
which should be changed for:
set(“com.softwareag.tamino.db.API.io.Encoding”, new String(“iso-8859-1”));
this encoding is for spanish, i don’t know if it is the same for german.
I attach the jar decompiled and modified.
Under this jar I left the source dor this class in case you need to modify the encoding param and recompile.
TaminoAPI4J.jar (463 KB)
#webMethods-Tamino-XML-Server-APIs#API-Management#webMethods