}
return null; // can't go any further without the wsdl
}
Service[] services = description.getServices();
for (int i = 0; i < services.length; i++) {
Service service = services[i];
// set the serviceName on the parent to setup call to populateService
serviceName = service.getName();
this.axisService = new AxisService();
AxisService retAxisService = populateService();
if (retAxisService != null) {
axisServices.add(retAxisService);
} // end if axisService was returned