Application Integration (On-Premises) : Incorporating web applications : webMethods Tag Library for JSP : <webm:usePipeline>
<webm:usePipeline>
You use the <webm:usePipeline> tag to make the current Integration Server pipeline available to the JSP in Java code as an IData variable named webm_pipe.
Syntax
<webm:usePipeline>block_of_code</webm:usePipeline>
Example
This code prints the contents of the current pipeline in one long string to the HTML page produced from the JSP.
<webm:usePipeline>
<% System.out.println ("pipeline is:" + webm_pipe.toString()); %>
</webm:usePipeline>
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback