This installation requires Systintet Server 4.5 or higher.
1. The jar file mm_stub.jar is the Managed Methods jar file that needs to be installed as a Handler for the Web service to be managed.
2. Place the mm_stub.jar files from this zip package into the application class path..
3. Open the deployment descriptor of the Web Service package.xml or the deployment descriptor (.wsdd) file and add the class as a handler chain to the package tags as follow.
<handler implementation-class="com.hubble.clientservice.MessageHandlerJaxRpc" name="MessageHandlerJaxRpc"/>
This link will help with the installation of the handler Creating Handlers in Systinet