It's all about the answers!

Ask a question

How to read artifacttype from IBM


Aswini Solleti (111) | asked May 24, 10:13 p.m.
edited May 25, 1:55 a.m.

 Hi 

I am trying to read data from rm for one of my project with the below url,


and i am getting below response(sample)
<ds:moduleContext>
<rrm:contextBinding>
<rrm:identifier>51975</rrm:identifier>
<rrm:title>PRODUCT DESCRIPTION</rrm:title>
<rrm:format>Text</rrm:format>
<rrm:core>_5c23b2076e69467a8b4c2c779f1ce6ac</rrm:core>
<rrm:parentBindingUrl/>
<rrm:section>1</rrm:section>
<rrm:bookOrder>1</rrm:bookOrder>
<rrm:depth>1</rrm:depth>
<rrm:isHeading>true</rrm:isHeading>
</rrm:contextBinding>
<rrm:contextBinding>
<rrm:identifier>52106</rrm:identifier>
<rrm:title>Purpose</rrm:title>
<rrm:format>Text</rrm:format>
<rrm:core>_6b20d08dbb464ec0b4c699bd96f52064</rrm:core>
<rrm:section>1.1</rrm:section>
<rrm:bookOrder>2</rrm:bookOrder>
<rrm:depth>2</rrm:depth>
<rrm:isHeading>true</rrm:isHeading>
</ds:moduleContext>

From the above xml i am unable to get ArtifactType, which i am expecting. Please find the below image for the artifact type which i am expecting

                                       ID                                                                         Contents                         Artifact Type

D 381598 T 1 PRODUCT DESCRIPTION Heading <o:p> </o:p>

Can you please help me how to get Artifact type as Heading in my xml response?

Thanks



One answer



permanent link
Ralph Schoon (62.3k33643) | answered May 25, 3:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 For what I can tell, this is a requirement in a module. I would expect the shared information like the type to be properties of the base/concept requirement that you can find using the link rrm:about.

Your answer


Register or to post your answer.