0

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
FrankP
  • 11
  • 1

1 Answers1

0

Add a Processing Policy with a Transform Action and a XSLT that does the needed transformation.

Anders
  • 3,198
  • 1
  • 20
  • 43