java,rest,alm,hp-quality-center
Simple answer is that the REST API does not have all the functionality currently available in the OTA API. The REST API primarily focuses on simple CRUD operations of core entities in the client (CRUD = create, read, update, delete). You can compare the documentation for the two API's to...
After some digging through their documentation, I figured out the schema elements for the defect type and all its dependencies. I then generated JAXB classes out of them using Java's xjc utility. Then used it to marshall an XML that I was able to insert in ALM 12 with no...