I have the following case:
IDataCursor pipelineCursor = pipeline.getCursor();
String messageType = IDataUtil.getString(pipelineCursor, “MessageType”);
String header = IDataUtil.getString(pipelineCursor, “SourceHeaderType”);
String packageName = IDataUtil.getString(pipelineCursor, “PackageName”);
String rootElement = IDataUtil.getString(pipelineCursor, “rootElement”);
pipelineCursor.destroy();
IData result = Service.doInvoke(packageName,header+“_”+messageType,pipeline);
How can I set the result back to the existing pipeline?
#webMethods#Integration-Server-and-ESB#webmethods-Protocol-and-Transport