*================================================================*/
File meridioWSDDLocation = ManifoldCF.getFileProperty(wsddPathProperty);
if (meridioWSDDLocation == null)
throw new ManifoldCFException("Meridio wsdd location path (property "+wsddPathProperty+") must be specified!");
meridio_ = new MeridioWrapper(Logging.authorityConnectors, DmwsURL, RmwsURL, MetaCartawsURL,
DMWSProxyHost, DMWSProxyPort, RMWSProxyHost, RMWSProxyPort, MetaCartaWSProxyHost, MetaCartaWSProxyPort,
UserName, Password,
InetAddress.getLocalHost().getHostName(),
myFactory,
meridioWSDDLocation.toString());