InputStream deplydd = cl.getResourceAsStream("deploy.wsdd");
assertNotNull(deplydd);
ClassLoader parentClassLoder = ClassUtils.getDefaultClassLoader();
ClassUtils.setDefaultClassLoader(cl);
AdminClient adminClient = new AdminClient();
URL requestUrl = new URL("http://localhost:"
+ AxisGeronimoConstants.AXIS_SERVICE_PORT
+ "/axis/services/AdminService");
Call call = adminClient.getCall();
call.setTargetEndpointAddress(requestUrl);
String result = adminClient.process(null,deplydd);
System.out.println(result);
URL wsdlrequestUrl = new URL("http://localhost:"
+AxisGeronimoConstants.AXIS_SERVICE_PORT