RQM REST API POST testscript
Accepted answer
There are in the following xs:any properties on the execution script (
https://jazz.net/products/rational-quality-manager/api-doc-6.0.3/schemas/qm_xsd/elements/executionscript.html#a26):
<ns4:remote>
...
<command xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">This is my command</command>
<arguments xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">These are my arguments</arguments>
...
</ns4:remote>
The best to determine these properties is to create a test script in the RQM web UI and GET the test script using the RQM Reportable REST API.