Can RPE be used to report on XML from a CLM app?
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:user-url>https://ServerName:9443/jts/users/al</jp06:user-url>
<jp06:role-assignments-url>
https://ServerName:9443/rm/process/project-areas/_1rZ30EVCEeeqWJpp87rV7Q/members/al/role-assignments
</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
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