It's all about the answers!

Ask a question

RDF or XML format for registering new custom RQM adapter


anuraag kb (917) | asked Jul 27 '20, 6:24 a.m.

I have the below XML format that I fetched from the Creation Factory URL for AutomationAdapter. Can anybody let me know which additional elements do we need to add before triggering POST request to the creation factory URL for custom RQM adapter registration for the first time.



<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
    xmlns:rqm_auto="http://jazz.net/ns/auto/rqm#"
    xmlns:acp="http://jazz.net/ns/acp#"
    xmlns:process="http://jazz.net/ns/process#"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:jrs="http://jazz.net/ns/jrs#"
    xmlns:oslc_auto="http://open-services.net/ns/auto#"
    xmlns:oslc_config="http://open-services.net/ns/config#"
    xmlns:oslc_cm="http://open-services.net/ns/cm#"
    xmlns:rqm_qm="http://jazz.net/ns/qm/rqm#"
    xmlns:oslc_qm="http://open-services.net/ns/qm#"
    xmlns:oslc_rm="http://open-services.net/ns/rm#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
 <rdf:Description rdf:about="
  <dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Automation Adapter V2 Query Results</dcterms:title>
  <dcterms:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Results of a Automation Adapter V2 query.</dcterms:description>
 </rdf:Description>
 </rdf:Description>
</rdf:RDF>

One answer



permanent link
Subhajit Bhuiya (6222) | answered Jul 29 '20, 1:36 a.m.
JAZZ DEVELOPER

 Please get the resource shape of the tooladapter. That will provide all supported properties and their definition. Also check the example in Lyo project.

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.