I’m not sure I fully understand your question. It appears that you want to use a single service that is invoked by multiple triggers each of which is subscribes to the same publishable document.
I’m not clear on why you have multple triggers that subscribe to the same document. Seems like you could do this with a single trigger, but that’s a different topic.
At any rate, since the same document type is used by each trigger, you will need to branch on one or more fields of data inside the document to use the same handling service. This logic probably duplicates some or all of the filter conditions that your triggers are using.
HTH,
Mark
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services