You can think of writing a custom handler that does the checking of message contents and adding a mention of it in the globalConfiguration placeholder of server-config.wsdd. Handlers specified in this placeholder will be invoked after the transport specific handlers but *before* the service method invocation. Transport -> Global -> ServiceSpecific handlers [This is on server side]
HTH, Jaya On Wed, 16 Mar 2005 14:09:40 +0000, Dan O'Neill <[EMAIL PROTECTED]> wrote: > Is it possible to make a handler invoke after a method is invoked? > > Or if not is it possible to have all your messages filtered and if > they contain a certain something etc., then do something else? The > second part I can do but how do you filter all messages? Can anyone > help? > > Dan > -- -- Jaya
