private void processOperations(AxisService axisService,
AxisConfiguration axisConfig,
ArrayList excludeOperations,
ArrayList nonRpcMethods, String dirName) throws Exception {
ORB orb = CorbaUtil.getORB(axisService);
IDL idl = CorbaUtil.getIDL(axisService, orb, dirName);
Parameter orbParam = new Parameter(ORB_LITERAL, orb);
Parameter idlParam = new Parameter(IDL_LITERAL, idl);
axisService.addParameter(orbParam);