Hello,
Once you are in the scope, you can set the variables there with the usePipeline tag. Here is an example:
{ } : substitute angle brackets for the curly ones
{webm:scope recordName=“null”}
{webm:usePipeline}{%
com.wm.data.IDataCursor idc = webm_pipe.getCursor();
idc.insertAfter(“myVar”, myVarJSP);
idc.destroy();
idc = null;
%}{/webm:usePipeline}
{webm:value variable=“myVar” null=“NOT SET” /}
{/webm:scope}
Good day.
Yemi Bedu
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services