Writing the new xml file by fetching the required attribute in the DOORS NG
Hi,
I need to export the required attribute(artifact id) from the DOORS NG to the new xml file, is there any API's for Supporting this ?
|
Be the first one to answer this question!
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.
Comments
That's very little information on what you are trying to accomplish.
That said, this is the public REST API to access DNG artifacts:
OSLC RM V2 API - the open standard way to programmatically integrate with DOORS Next Generation, there is an elaborate workshop to get you started here OSLC Workshop article. These programs can be from any language that support HTTP REST calls, e.g. Java, C# etc. Hence these are more flexible to run and can read and update DNG data, as part of a web server, or standalone, but have some limitations set by the current OSLC standard, for example module support. In release 6.0.5 extension have been added for modules.
Hi,