registryImpl.removeAppDesc(findUserDN(), input.getRemoveAppDesc().getAppName().toString(), input
.getRemoveAppDesc().getHostName());
RemoveAppDescResponseDocument responseDocument = RemoveAppDescResponseDocument.Factory
.newInstance();
responseDocument.addNewRemoveAppDescResponse();
log.info("Response Sent " + responseDocument.xmlText());
return responseDocument;
}
public RemoveCapabilityResponseDocument removeCapability(RemoveCapabilityDocument input)
throws XregistryException {