You’ll need to drop down to a Java Service to accomplish exactly what you’re looking to do. Specifically your Java service will have to make use of the Service.doThreadInvoke().
You’ll need to make sure that you create a ‘new’ pipeline that contains the data that each service is expecting. Note as long as you are dealing with Strings you don’t have to clone the objects, but any other mutable type will need to be cloned if the services make any modifications to the input parameters.
You also need to retrieve the results of the services if there is any output from them that you need to return from the new service.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB