private void processEndpoints(AxisService axisService) throws AxisFault {
   String endpointName = axisService.getEndpointName();
   if (endpointName == null || endpointName.length() == 0) {
     Utils.addEndpointsToService(axisService, service.getAxisConfiguration());
   }
 }