public void registerConcreteWsdl(String wsdlAsStr, int lifetimeAsSeconds)
throws GfacException {
try {
registryClient.registerConcreteWsdl(wsdlAsStr, lifetimeAsSeconds);
} catch (XRegistryClientException e) {
throw new GfacException(e, FaultCode.ErrorAtDependentService);
}
}