It's all about the answers!

Ask a question

Can RPE be used to report on XML from a CLM app?


Fred Bickford (281532) | asked Jun 14 '17, 11:28 a.m.
JAZZ DEVELOPER
retagged Jan 23 '18, 6:44 a.m. by Minakshi Jaint (5113)

 I have some XML based response from CLM app servers that I would like to report on (example)


 https://servername:9443/rm/process/project-areas/­_1rZ30EVCEeeqWJpp87rV7Q /members

output like:

jp06:members xmlns:jp06="http://jazz.net/xmlns/prod/jazz/process/0.6/" xmlns:jp="http://jazz.net/xmlns/prod/jazz/process/1.0/" jp:total-members="7">
<jp06:member>
<jp06:url>
</jp06:url>
<jp06:role-assignments-url>
</jp06:role-assignments-url>
<jp06:role-assignments>
<jp06:role-assignment>
<jp06:url>
</jp06:url>
<jp06:role-url>
</jp06:role-url>
</jp06:role-assignment>
<jp06:role-assignment>
<jp06:url>
</jp06:url>
<jp06:role-url>
</jp06:role-url>
</jp06:role-assignment>
</jp06:role-assignments>



I am curious for any documentation or pointers on generating my own document spec so I can execute a report to pull in the data and lay it out as needed





One answer



permanent link
Kumaraswamy Gowda (39115) | answered Jun 14 '17, 11:28 p.m.

Hi Fred,

It should be possible. If there is no schema from the tool for the API (XML) you are looking for, generate a schema from some online utility for the XML.

Creating doc spec: https://www.ibm.com/support/knowledgecenter/SS6RHZ_2.1.2/com.ibm.rational.pe.publishing.doc/topics/t_doc_specification.html
You need RPE Studio to build templates and RPE Launcher for build document specification. Both together is RPE desktop client.

RPE youtube playlist: https://www.youtube.com/playlist?list=PL5D39ABB5C9864F85

Regards,
Kumar

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.