It's all about the answers!

Ask a question

What are the parameters for com.ibm.rqm.url.client.RQMUrlGET.RQMUrlGET ?


Subash Anjuru (622) | asked Mar 10 '14, 7:27 a.m.
edited Mar 11 '14, 11:55 a.m. by Geoffrey Clemm (30.1k33035)

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



permanent link
Donald Nong (14.5k614) | answered Mar 10 '14, 8:28 p.m.
If I understand correctly, you are trying to do some development on top of the RQM URL Utility, correct? If so, I doubt that you can get any API references. But by cross-referencing the command syntax of the tool, the parameter "sPath" of the said API should be the same as the parameter "filepath" of the tool.
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
Subash Anjuru commented Mar 11 '14, 1:10 a.m.

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


Donald Nong commented Mar 11 '14, 1:27 a.m.

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.


Subash Anjuru commented Mar 13 '14, 3:16 a.m.

Thank you for the reply, Donald.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.