Hi Stefan,
I had removed the java mapping and module and tested which has thrown errors already.
private final String utf ="UTF-8";
byte[] buffer = new byte[in.available()];
int bblen = in.read(buffer);
String str = new String(buffer, utf
System.out.println(str);
out.write(str.getBytes(utf));
out.close();
The Java mapping with latest Messagetransform Bean module is giving success for the special characters. I will make tests below and will let you know.
1. Remove Java mapping and modules and test again
2. Remove Java mapping and include MessageTransformBean and test.
On the other side, I had made some tests from SOAP UI Client with UTF-8 encoding set, where I had pushed the characters where no PI or ECC would be involved.
ΖζΜμΠπΣσΤ τЛлščфûâ Ξξ,ΧχΣσΘθגÔô
The target system has thrown errors from SOAP UI client as well, which says there is an issue on Target application?
Regards,
Jayanth Kumar.