if (value.startsWith("http://") || value.startsWith("https://")) {
//here, we need an HTTP Get for WSDLs
org.apache.juddi.v3.client.mapping.wsdl.ReadWSDL r = new ReadWSDL();
r.setIgnoreSSLErrors(true);
try {
Definition wsdlDefinition = r.readWSDL(new URL(value));
Properties properties = new Properties();
properties.put("keyDomain", "domain");
properties.put("businessName", "biz");
properties.put("serverName", "localhost");