// serviceGroup.setServiceGroupName(wsdlPortInfo.getServiceName().getLocalPart());
// axisConfig.addServiceGroup(serviceGroup);
WSDL2AxisServiceBuilder builder = new WSDL2AxisServiceBuilder(definition, wsdlPortInfo.getServiceName(), wsdlPortInfo.getPort().getName());
builder.setServerSide(true);
AxisService axisService = builder.populateService();
axisService.setName(entryPointName);
// axisService.setParent(serviceGroup);
axisService.setServiceDescription("Tuscany configured AxisService for EntryPoint: '" + entryPointName + '\'');