Error with response code 500
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>
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
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.