} else if (WSDLConstants.WSDL1_1_NAMESPACE.equals(uri)) {
WSDLReader reader = WSDLFactory.newInstance().newWSDLReader();
Definition def = reader.readWSDL(null, doc);
desc = new WSDLDescriptionImpl();
WSDLPump pump = new WSDLPump(desc, def);
pump.pump();
} else {
throw new UnsupportedOperationException();
}
//WSDLService service = desc.getService(endpoints[i].getServiceName());
//WSDLEndpoint endpoint = service.getEndpoint(new QName(service.getNamespace(), endpoints[i].getEndpointName()));