Skip to content

Instantly share code, notes, and snippets.

<script language="js"><![CDATA[
importPackage(Packages.org.apache.synapse.config);
mc.getConfiguration().getRegistry().newResource("conf:/wsdl/myWSDL",false);
mc.getConfiguration().getRegistry().updateResource(
"conf:/wsdl/myWSDL", mc.getProperty("MyProperty").toString());
]]></script>