File file = new File(org.apache.axis2.Constants.TESTING_REPOSITORY + "/modules/addressing.mar");
TestCase.assertTrue(file.exists());
ModuleDescription moduleDesc = deploymentEngine.buildModule(file);
ConfigurationContextFactory efac = new ConfigurationContextFactory();
ConfigurationContext sysContext = efac.buildClientConfigurationContext(null);
sysContext.getAxisConfiguration().addMdoule(moduleDesc);
//sysContext.getAxisConfiguration().engageModule(moduleDesc.getName());
sysContext.getAxisConfiguration().addService(service);