Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
XML
XML
<script language="string">><![CDATA[...script source code...<script]]><script/>

...

UI Configuration

Script Type

...

Code Block
XML
XML
<script language="js">mc><![CDATA[mc.getPayloadXML()..symbol != "IBM";<script]]><script/>

The above configuration is an example of an inline mediator using JavaScript/E4X which returns false if the SOAP message body contains an element named symbol, which has a value of IBM.

...