log.info("Request Received " + input.xmlText());
registryImpl.removeHostDesc(findUserDN(), input.getRemoveHostDesc().getHostName());
RemoveHostDescResponseDocument responseDocument = RemoveHostDescResponseDocument.Factory
.newInstance();
responseDocument.addNewRemoveHostDescResponse();
log.info("Response Sent " + responseDocument.xmlText());
return responseDocument;
}
public RemoveServiceDescResponseDocument removeServiceDesc(RemoveServiceDescDocument input)
throws XregistryException {