Duplicate root element tag in HTDS SOAP response.
I am using java XOM and created the decision service rules, rules service exposed as HTDS SOAP service. the response structure showing duplicate rootElement tag, please help me how to remove these duplicates.
Sample response structure :
<GetExecutionStepsResponse xmlns="http://www.ibm.com/rules/decisionservice/RuleApp/RuleSet">
<DecisionID>9cd828e4-0e3d-4c0f-9f1b-d11f3b0e15c30</DecisionID>
#<executionStepList xmlns="http://www.ibm.com/rules/decisionservice/RuleApp/RuleSet/param">
# <executionStepList xmlns="">
<executionStep>
<currentStatus>Dummy1</currentStatus>
</executionStep>
# </executionStepList>
#</executionStepList>
</GetExecutionStepsResponse>
In order for us to get a better idea of what might be going on, it would be helpful if you could share a minimal workspace that reproduces the issue so that we might provide some guidance.
Unexpected element (unknownElement) in transparent decision service SOAP response 1 Answer
How to publish .cfg file into Decision Center from Rule Designer 1 Answer
is there any sample Design document templates available for IBM ODM ? 2 Answers
HTDS WSDL generation fails for MTDS service 1 Answer
Why is a Transparent Decision Service not listed in RES console? 1 Answer