It's all about the answers!

Ask a question

OSLC-DXL services returning "unitialised"


Carlos Gomez (2759) | asked Nov 02 '15, 12:08 p.m.
edited Nov 03 '15, 4:23 a.m.
 Hello,

I'm using OSLC-DXL services to get information that OSLC standard cannot return. So, I followed the instructions of IBM Knowledge Center to install and to call my DXL script.

However, when I try to call my script using PUT command, I receive:
<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:doors="http://jazz.net/doors/xmlns/prod/jazz/doors/2.0/">
  <doors:DxlServiceResult rdf:about="http://dwaserver:8080/dwa/rm/dxl/helloWorld">
    <doors:result rdf:parseType="Literal">dxlServiceResult: uninitialised</doors:result>
  </doors:DxlServiceResult>
</rdf:RDF> 
What "dxlServiceResult: uninitialised" means? do I have to configure anything more?

I'm using DOORS 9.5.1.0.

Thanks for your help

One answer



permanent link
Carlos Gomez (2759) | answered Nov 04 '15, 5:20 a.m.
 I found my problem,

In fact, I sent the request content (i.e. the XML file that contains the parameter value of the helloWorld script) as parameter and not as body.

Once changes did, It works!!!  

Comments
Ginny Ghezzo commented Nov 05 '15, 1:12 p.m.
JAZZ DEVELOPER

 Thank you Carlos for the post and even more for following up with the answer!! 

Your answer


Register or to post your answer.