It's all about the answers!

Ask a question

How to get RRC attribute type information using ReST api


Atul Kundu (611) | asked Aug 08 '12, 1:22 a.m.
While trying to get attribute types using the following URL
https://kovair-virsrv1.kovairindia.com:9443/rm/types/
in my local system from C# code.

getting the output as below:

<rdf:RDF
    xmlns:err="http://jazz.net/xmlns/prod/jazz/foundation/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description>
    <err:detailedMessage rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >getInternalRequestHandlerService(context) returned null. This error used to report 'The requested service requires a private header'. (More info found at entry [d1779eb4e3d4f195] in RRS server log)</err:detailedMessage>
    <err:errorMessage rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Forbidden</err:errorMessage>
    <err:errorStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#long"
    >403</err:errorStatus>
  </rdf:Description>
</rdf:RDF>

Please give me solution how to get the type information for RRC
 

Comments
Gabriel Ruelas commented Aug 08 '12, 1:25 p.m.

Hi, a couple of questions: Which RRC version is being used? Are you using the complete URL ( the ones that contains the UUID, like : "https://gradev.ibm.com:9444/rdm/types/_3rHdwODVEeG0OOsKhDMQfw" )?

One answer



permanent link
Canberk Akduygu (99237371) | answered Jan 08 '13, 9:15 a.m.
I am tyring to do the same thing in CCM.

I ttry to get workitem types of a project area with C# desktop application. I get HTTP 406 error.

I try to fetch this URI : https://canberk-pc:9443/ccm/oslc/types/_Fnm8wDVXEeKAwbRXK4caLw
I can fertch rootservices or workitem/catalog but not this URI.

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.