It's all about the answers!

Ask a question

Error with response code 500


satya ande (122) | asked May 06 '11, 2:37 a.m.
Hi,

By using com.ibm.rqm.integration.service.IIntegrationService, If I try to create execution record, I am getting error with response code 500, please give me the what is the reason behind it?

my xml feed for this is:
<xml>
<ns2>
<ns3>https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/eATS/executionworkitem/eReceATS461</ns3>
<ns3>z3Einstance</ns3>
<ns3></ns3>
<ns4>raguduru</ns4>
<ns8>false</ns8>
<ns8>0</ns8>
<ns2>
<ns2>
</ns2>

One answer



permanent link
Kurtis Martin (1.4k11) | answered May 09 '11, 5:48 p.m.
JAZZ DEVELOPER
Hi,

By using com.ibm.rqm.integration.service.IIntegrationService, If I try to create execution record, I am getting error with response code 500, please give me the what is the reason behind it?

my xml feed for this is:
<xml>
<ns2>
<ns3>https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/eATS/executionworkitem/eReceATS461</ns3>
<ns3>z3Einstance</ns3>
<ns3></ns3>
<ns4>raguduru</ns4>
<ns8>false</ns8>
<ns8>0</ns8>
<ns2>
<ns2>
</ns2>


In this XML you don't have any element names only namespace short-cuts. Maybe that's a result of posting it into the forum site. Error 500 indicates server side error, I would also check the rqm.log file to see if any interesting message is logged on the RQM server.

Also do a GET request on an existing TER that you created in the RQM web UI to get a feel for the type of XML that you will need to POST.

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.