Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

OSLC-DXL services returning "unitialised"

 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

0 votes



One answer

Permanent link
 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!!!  

1 vote

Comments

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

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,117
× 198
× 29

Question asked: Nov 02 '15, 12:08 p.m.

Question was seen: 3,950 times

Last updated: Nov 05 '15, 1:12 p.m.

Confirmation Cancel Confirm