rpc.init(); // ??
if (doWsdl)
rpc.generateWSDL(msgContext);
else
rpc.invoke( msgContext );
rpc.cleanup(); // ??
}
catch( Exception e ) {
category.error( "JWSProcessor fault", e );
if ( !(e instanceof AxisFault) ) e = new AxisFault( e );
throw (AxisFault) e ;