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:RDFxmlns: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