|| wsdlPath.startsWith("https://")) {
wsdl = new URL(wsdlPath);
} else {
wsdl = new URL("file://" + wsdlPath);
}
cs = new PerfService(wsdl, SERVICE_NAME);
} catch (MalformedURLException e) {
e.printStackTrace();
}
DocPortType port = cs.getSoapHttpDocLitPort();
/*