Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flow Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.flow:clearPipeline
pub.flow:debugLog
pub.flow:getCallingService
pub.flow:getLastError
pub.flow:getLastFailureCaught
pub.flow:getRetryCount
pub.flow:getSession
pub.flow:getTransportInfo
pub.flow:HTTPRequest
pub.flow:HTTPResponse
pub.flow:invokeService
pub.flow:iterator
pub.flow:restorePipeline
pub.flow:restorePipelineFromFile
pub.flow:savePipeline
pub.flow:savePipelineToFile
pub.flow:setCustomContextID
pub.flow:setResponse
pub.flow:setResponse2
pub.flow:setResponseCode
pub.flow:setResponseHeader
pub.flow:setResponseHeaders
pub.flow:throwExceptionForRetry
pub.flow:tracePipeline
pub.flow:transportInfo
The following elements are available in this folder:
Element
Package and Description
WmPublic. Removes all fields from the pipeline. You may optionally specify fields that should not be cleared by this service.
WmPublic. Writes a message to the server log.
WmPublic. Retrieves the service name and package name of the parent of the calling child service.
WmPublic. Obtains detailed information about the last exception that was trapped within a flow.
WmPublic. Returns information about the last failure that was caught in a flow service.
WmPublic. Retrieves the retry count and the maximum retry count for a service.
WmPublic. Inserts the Session object into the pipeline as a document named $session.
WmPublic. Retrieves information about the protocol from which the current service was invoked.
WmPublic. Document type used to represent information about the HTTP request received by Integration Server. This includes HTTP headers, request URL, and the HTTP method.
WmPublic. Document type that specifies the HTTP response information to be returned by Integration Server to the client.
WmPublic. Dynamically invokes any Integration Server public service and optionally returns the output from the invoked service in the pipeline for pub.flow:invokeService.
WmPublic. Returns IData arrays as batches with a specified batch size.
WmPublic. Restores a pipeline previously saved by pub.flow:savePipeline.
WmPublic. Restores a pipeline that was previously saved to a file.
WmPublic. Saves a pipeline into memory, for later retrieval with pub.flow:restorePipeline.
WmPublic. Saves the current pipeline to a file on the machine running webMethods Integration Server.
WmPublic. Associates a custom value with an auditing context. This custom value can be used to search for service audit records in the webMethods Monitor.
WmPublic. Deprecated - Replaced by pub.flow:setResponse2.
WmPublic. Forces a specified response to be returned by the webMethods Integration Server to a calling process (such as a browser or application server).
WmPublic. Specifies the HTTP response code to be returned by Integration Server to a calling process (such as a browser or application server).
WmPublic. Sets a header field in the HTTP response to a calling process (such as a browser or application server) or in the JMS message that contains the SOAP response from a web service invocation.
WmPublic. Sets one or more header fields in the HTTP response to a calling process (such as a browser or application server) or in the JMS message that contains the SOAP response from a web service invocation.
WmPublic. Throws an ISRuntimeException and instructs the Integration Server to re-execute a service using the original service input.
WmPublic. Writes the names and values of all fields in the pipeline to the server log.
WmPublic. Document type used to return information about the protocol through which a service was invoked.