A Rest query for requirements management not working in CLM 6.0.1
I am trying the following query on CLM 6.0.1 https://owc-development.us.dst.ibm.com:9443/rm/publish/resources?viewURI= _U4KzkdVREeWGbfMRcgkKrg.
I have also tried it with the vvc.configuration parameter but the query is not returning HTTP response 200. Rather it is throwing the following exception-
Exception in thread "main" java.lang.IllegalArgumentException
at java.net.URI.create(Unknown Source)
at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:69)
at com.tut.data.RRCConnector.printResource(RRCConnector.java:1492)
at com.tut.data.CallRRC.getRRCObject(CallRRC.java:38)
at com.tut.data.CallRRC.main(CallRRC.java:286)
Caused by: java.net.URISyntaxException: Illegal character in query at index 73: https://owc-development.us.dst.ibm.com:9443/rm/publish/resources?viewURI= _U4KzkdVREeWGbfMRcgkKrg
I have also tried it with the vvc.configuration parameter but the query is not returning HTTP response 200. Rather it is throwing the following exception-
Exception in thread "main" java.lang.IllegalArgumentException
at java.net.URI.create(Unknown Source)
at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:69)
at com.tut.data.RRCConnector.printResource(RRCConnector.java:1492)
at com.tut.data.CallRRC.getRRCObject(CallRRC.java:38)
at com.tut.data.CallRRC.main(CallRRC.java:286)
Caused by: java.net.URISyntaxException: Illegal character in query at index 73: https://owc-development.us.dst.ibm.com:9443/rm/publish/resources?viewURI= _U4KzkdVREeWGbfMRcgkKrg