#RPE#DNG: How to parse OSLC Config Context from a definition file.
Hello,
2 answers
Comments
Hello Prasad,
Hello Prasad,
The following definition file resolved my issue
<definition xmlns="http://www.ibm.com/rational/rpe/definitionFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">;
<docspec>c:\temp\generatedDocSpec.dsx</docspec>
<datasource name="modules" type="Generic XML">
<property name="URI">https://hostname:9443/rm/publish/modules?resourceURI=MD_kiJ1NUCCEeuYnfbpHnHhKA</property>;
<property name="Authentication">OAuth</property>
<property name="Accept header">application/xml</property>
<property name="Configuration-Context">https://hostname:9443/rm/cm/stream/_a3uXQECCEeuYnfbpHnHhKA</property>;
</datasource>
<template>c:\temp\DNG_Module.dta</template>
</definition>