this(WsdlUtils.cacheWsdl(new UrlWsdlLoader(PathUtils.expandPath(iface.getDefinition(), iface), iface)));
}
public InputStream load(String url) throws Exception {
XmlObject xmlObject = loadXmlObject(url, null);
return xmlObject == null ? null : xmlObject.newInputStream();
}
public XmlObject loadXmlObject(String url, XmlOptions options) throws Exception {
// required for backwards compatibility when the entire path was stored
if (url.endsWith(config.getRootPart())) {