wsEndpoint = new JAXWSEndpoint(bindingId, handler, features);
wsEndpoint.getEndpoint().setMetadata(metadata);
wsEndpoint.getEndpoint().setProperties(properties);
wsEndpoint.publish(publishUrl);
} catch (MalformedURLException e) {
throw new WebServicePublishException(e);
} catch (WSDLException e) {
throw new WebServicePublishException(e);
}
return wsEndpoint;
}