949596979899100101
} public String putItem(Item item) throws Exception { RequestUri uri = new RequestUri("item.put"); String xml = doPost(repoUrl + uri, item.getAsXml()); Success success = new Success(XmlUtils.parse(xml)); return success.getValue("refId"); }