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

New execution result via REST API

Does anybody know how to upload a new execution results via REST API?

http://open-services.net/bin/view/Main/QmExecutionAdapter says that I should use POST to URL https://qmserver:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/executionresults

I try to use RQMUrlUtility to this but I only get 501...

0 votes



One answer

Permanent link
501 is "internal server error", which is a catch-all for "something bad happened".

Always start with a "round trip". First, GET an existing Execution Result. Then, PUT it back. That's your baseline sanity check.

Then you can start getting more adventurous. Start with the ER retrieved with the GET and modify some data. PUT it again to validate the XML is correct. Go from there.

Hope that helps.
Regards,
John

Does anybody know how to upload a new execution results via REST API?

http://open-services.net/bin/view/Main/QmExecutionAdapter says that I should use POST to URL https://qmserver:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/executionresults

I try to use RQMUrlUtility to this but I only get 501...

0 votes

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

Question asked: Sep 30 '09, 9:19 a.m.

Question was seen: 4,030 times

Last updated: Sep 30 '09, 9:19 a.m.

Confirmation Cancel Confirm