String location = reader.getAttributeValue(WSDLI, WSDLI_LOCATION);
if (location != null) {
try {
wsdlRegistry.loadDefinition(location, resourceLoader);
} catch (IOException e) {
throw new MissingInterfaceException(e);
} catch (WSDLException e) {
throw new MissingInterfaceException(e);
}
}
String portTypeURI = reader.getAttributeValue(null, "interface");
if (portTypeURI != null) {