RQM REST API
![]()
I am trying to create a Test Script of type Command Line Prompt in RQM with the help of REST API's, using a xml template downloaded using GET command in REST API. The result in the Cmd prompt is shown as successfull, but Test Script is not getting created in RQM.
|
2 answers
![]() Hello ,
This is how I tried and I also faced the same issue , no slug id has been created , Can you point out where I am going wrong this ?
cloudadmin@gfwa509:~$ vi /home/cloudadmin/inout.xml cloudadmin@gfwa509:~$ /usr/lib/jvm/java-8-oracle/bin/java -Dcom.ibm.team.repository.transport.client.protocol="TLSv1.2" -jar /home/cloudadmin/RQMUrlUtility/RQMUrlUtility.jar -command POST -user uchitran@in.ibm.com -password xxx@1234 -filepath '/home/cloudadmin/inout.xml' -cookiePolicy BROWSER_COMPATIBILITY -url https://jazz01.rchland.ibm.com:13443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testcase ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <<<<<----- [ RQMUrlUtility ] ---->>>>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RQMUrlUtility: Connected to https://jazz01.rchland.ibm.com:13443 using project "Quality+Manager" Attempting to create protocol context using system property: TLSv1.2 RQMUrlUtility: Calling [ HTTP POST ] method to upload XML from a specified file to URL RQMUrlUtility: Server Response code: 201 RQMUrlUtility: [ SUCCESS ] File : "/home/cloudadmin/inout.xml" successfully posted to URL : "https://jazz01.rchland.ibm.com:13443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testcase " |