For this installation you must be using BEA WebLogic 7.0 Application Server 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. This could be done by installing the jar files in the <application.war>\web-inf\lib directory.
3. Open the web-services.xml file and add the class as a handler chain to the operation tags as follows:
<operation name="sayHello" method="sayHello(int,java.lang.String)" component="jcComp0" handler-chain="com.hubble.clientservice.MessageHandlerJaxRpc">
FOr more information on installation of the handler see Creating Handlers in Weblogic