It's all about the answers!

Ask a question

RQM- REST api test case id contains a carat(^) but after encoding it server is returning error 500 status code


Gurnish Kaur (11) | asked Apr 20 '17, 10:03 p.m.

  RQM-3.0.1.3


REST API

href/url for a test case i want to retrieved from a test plan XML is following:


When i ran above GET request i got error:

 java.lang.IllegalArgumentException: Invalid uri 'http://server/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/project/testcase/PR00426328_002_XYZ_MNO_PQR_XYZ^WE_3.3.1': escaped absolute path not valid
----------------------------------------------------------------------------------------------------------------------------------------------
Then I encoded ^ to "%5E" and ran a request again (keeping everything else same) but server returned 500 status code.

I thought encoding the carat character would work but it did not. Please advise.

Be the first one to answer this question!


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.