Here’s yet another possible approach.
Step through FS1 with the debugger.
After the pub event is created, save the pipeline to the server by right-clicking on the results pane and selecting “Save Pipeline to Server” and naming the file.
Step through FS2 with the debugger.
Before stepping beyond the first FLOW statement, right click on the results pane and select “Restore Pipeline from Server” to load the previously saved file. FS2 now has the event in the pipeline, assuming the var name used in FS1 is the same that FS2 accepts. The event won’t have the envelope fields filled in but if you don’t need any of that data in FS2, then you’re okay.
Yet another way is to to fill in the event data when running FS2, then save that data to a file for later loading when FS2 is run again. Filling in the event data the first time can be tedious but can be very useful.
And yet one more, is to use Document Tracker to capture one of the events published by FS1. Then save that event to a file within DocTracker. Then you can load that and publish it at will.
Hopefully one of these approaches will work for you.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services