} catch (URISyntaxException e) {
// do nothing
}
ep.getEndpointInfo().setProperty("URI", wsdlDescription);
}
builder.wsdlDocumentLocation(wsdlDescription.toString());
/*
if (ep.getEndpointInfo().getService().getDescription() != null) {
builder.wsdlDocumentLocation(ep.getEndpointInfo().getService()
.getDescription().getBaseURI());