Hello,
First of all, thanks in advance to the communauty to help me to solve the problem
Problem description:
I created a write file adapter, and I set the '<to>' property jca.file.FileName with a value which contains french special characters (e.g: modèle.xml)
unfortunatly, when the file is written on the server, the special characters are replaced by some '?' characters.
After a first research, in the invoke I tried to put the following property: <bpelx:inputProperty name="jca.message.Encoding" variable="UTF8"/>
But it doesn't work and my file has still a wrong name with bad characters
Needs:
Is there a solution to make this kind of special characters accepted in the filename by the write adapter ?
Thank you and regards,
Charles