}
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();
Endpoint[] endpoints = service.getEndpoints();
for (int j = 0; j < endpoints.length; j++) {
interfaceName = endpoints[j].getName().toString();
// start with a fresh axisService
this.axisService = new AxisService();
// now that serviceName and interfaceName are set, call up to the