What are the parameters for com.ibm.rqm.url.client.RQMUrlGET.RQMUrlGET ?
Hi Team,
Can someone give the description of the parameters this method takes?
com.ibm.rqm.url.client.RQMUrlGET.RQMUrlGET(String sAttachURL, String sPath, RQMUrlUtlyJRSHttpsClient httpclient, RQMUrlUtlyLogin RQMUrlUtlyLogin, String sCookiePolicy) throws HttpException, IOException
I have given the sAttachURL = https://qualitymanager.doms.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Finance/testcase/urn:com.ibm.rqm:testcase:8246?fields=testcase/title;
What should be the sPath here? It is throwing FileNotFoundException when I leave it blank.
Also please explain how to get the Cookie Policy of the client?
Any documentation available for this package?
Regards,
Subash
One answer
https://jazz.net/wiki/bin/view/Main/RQMURLUtility
I would recommend you to use the published RQM reportable REST API instead (the tool is based on this API anyway).
https://jazz.net/wiki/bin/view/Main/RqmApi
Comments
Hi Donald,
Thanks for your answer.
Yeah. I am trying to update an RQM resource from RFT by writing some code. But I couldnt find the documentation. Hence requested it here.
Can I get some code sample to use REST API to update a resource from RFT? There was no code sample in the Code Samples part of the page which you have provided. I have downloaded the JAR file. I would really appreciate if you can help me with this.
Thanks,
Subash
Sorry I may not be of further help here. I am not actually a developer and I'm not familiar with RFT either. But no matter what you do, as long as you stick to the specification, you should get the expected result.
Thank you for the reply, Donald.