GetConcreateWsdlDocument document = GetConcreateWsdlDocument.Factory.newInstance();
document.addNewGetConcreateWsdl().setWsdlQname(wsdlQName);
return proxy.getConcreateWsdl(document).getGetConcreateWsdlResponse().getWsdlAsStr();
}
public String getHostDesc(String hostName) throws XregistryException {
GetHostDescDocument document = GetHostDescDocument.Factory.newInstance();
document.addNewGetHostDesc().setHostName(hostName);
return proxy.getHostDesc(document).getGetHostDescResponse().getHostDescAsStr();
}