What are the parameters for com.ibm.rqm.url.client.RQMUrlGET.RQMUrlGET ?
![]()
Subash Anjuru (6●2●2)
| asked Mar 10 '14, 7:27 a.m.
edited Mar 11 '14, 11:55 a.m. by Geoffrey Clemm (30.1k●3●30●35) 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
|