Hi,
local trigger filters are evaluated on IS side which requires all documents being retrieved by IS from Messaging and then checked for if the filter applies or not. When the filter applies the trigger fires the service invocation, if not document will be discarded.
Server side trigger filters will be evaluated on the Messaging server and only those documents matching the filter will be available for retrieval by IntegrationServer.
For filters to be able for evaluation on the messaging server the lexical operators (i.e. L_EQUALS) needs to be used as the messaging server does not understand the usual logical operators like “=”.
Regards,
Holger
#Integration-Server-and-ESB#webMethods#edi