Create Validated By Link via OSLC?
I'm scratching my head. I am trying to link a DOORS artifact with an RQM test step via OSLC. I am getting a message of "Success" back, but the link is not present. Thanks for any help fixing my request!
I'm sending the following request to the DOORS artifact's resource URL:
Type: PATCH
Headers:
Content-Type: application/rdf+xml
OSLC-Core-Version: 2.0
Request Body:
<rdf:RDF><oslc_rm:validatedBy rdf:resource="https://RQMServer/qm/oslc_qm/contexts/<contextId>/resources/com.ibm.rqm.planning/ExecutionElement2/<testStepId>"/><rdf:RDF>
End of Request
I suspect my rdf:resource is not correct... but I retrieved that URL from an OSLC query on all steps. Maybe I need one more step to retrieve the URL in another format?
Accepted answer
I'm not aware that PATCH is supported, but if it didn't fail, then maybe it is - its not part of standard OSLC. RM links are owned by RQM, so, you need to do the PUT there, not in DNG.