createConfigurationContextFromFileSystem(filename, null).getAxisConfiguration();
AxisService testService = new AxisService();
testService.setName(serviceName);
AxisOperation testOperation = new InOutAxisOperation();
testOperation.setName(opName);
testService.addOperation(testOperation);
testOperation = new InOutAxisOperation();
testOperation.setName(new QName("oper2"));
testService.addOperation(testOperation);