if (servicexml != null) {
HashMap wsdlServices = new HashMap();
ArchiveReader archiveReader = new ArchiveReader();
String path = config.getServletContext().getRealPath("/WEB-INF");
if(path != null){
archiveReader.processFilesInFolder(new File(path),wsdlServices);
}
AxisServiceGroup serviceGroup = DeploymentEngine.buildServiceGroup(servicexml,
Thread.currentThread().getContextClassLoader(),
"annonServiceGroup", configContext,
archiveReader, wsdlServices);