What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

MD5Fixup

Perform a MD5 hash of ref element’s value and place in our parent element.

Parameters

  • ref — Refernce to element who’s value we will hash

Examples

<String name="value" value="Hello World" />
<Blob>
  <Fixup class="MD5Fixup">
    <Param name="ref" value="value" />
  </Fixup>
</Blob>