242243244245246247248249250251252
rpc.init(); // ?? if (doWsdl) rpc.generateWSDL(msgContext); else rpc.invoke( msgContext ); rpc.cleanup(); // ?? } catch( Exception e ) { category.error( "JWSProcessor Exception", e ); throw AxisFault.makeFault(e); }