In Datapower, I need to create services that receive input with "N" characters that must be transformed to other characters. For example:
Input: <name> Francisco</name>
<lastname>Pomodore</lastname>
Output: <name>aaaaaabb</name>
<lastname>tststs</lastname>
I think that this problem is solved by using policy rules in the transform tool. However, I am not sure.