private static URL getUrlFromWsdl(String wsdl) {
URL baseUrl=null;
try {
baseUrl = new URL(wsdl);
} catch (MalformedURLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return baseUrl;
}
Nessun commento:
Posta un commento