int secureWebServicePort = serverConfig.getWebServicePort();
url = new URL("https://" + webServiceHost + ":" + secureWebServicePort);
}
//give the user the option to override
if (_odeConfig.getProperty(BPEL_WEBSERVICE_BASEURL)==null) {
_odeConfig.getProperties().setProperty(BPEL_WEBSERVICE_BASEURL, url.toExternalForm());
}
_uddiRegistration = UDDIClientFactory.newInstance(_odeConfig.getProperties());
} catch (Exception e) {
__log.error(e.getMessage());
__log.error("Continuing without UDDI integration.");