Designing and Implementing Composite Applications 10.4 | Designing and Implementing Composite Applications | Getting Started with the webMethods Application Platform API | 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 © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release