1 Reply Latest reply on Oct 26, 2006 7:05 AM by heiko.braun

    Global JAX-RPC handlers

    sujeet.banerjee

      I have a JBoss 4.0 instance running, which deploys lots of Webservices (most of them are not written by me; I am just the administrator). Now I am interested in analysing any request that go to any of the deployed services.

      Is there a standard-way/hack to intercept the SOAP requests going to any of the depolyed services, without having to configure handlers for each of the service-endpoints individually? May be, something like a global handler which could be configured as a part of the JBoss server, and that would intercept any message irrespective of the service-endpoint it is going to?