It's all about the answers!

Ask a question

does IBM has something like HP OTA API reference?


george claud (12811) | asked Apr 28 '14, 9:32 a.m.
Hi all ,
I am using HP Aplication Lifecycle Management. I am connecting to the server Testplan module using HP Open Test Architecture API Interface , using  c#. I simply add the reference from C# to Interop.TDAPIOLELib library and i can call its functions to access testcases on the server

Does IBM Colaborative Lifecycle Management suite has something similar that i can connect from c# to the server and interogate testcases from it ?
Best regards

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Apr 29 '14, 9:49 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
HI George,

RQM has two public REST APIs that can be called from any HTTP client:

RQM Reportable REST API
RQM OSLC API

Comments
george claud commented May 02 '14, 12:11 p.m.

I am not sure how can i use the links you have sent me from C#...


Paul Slauenwhite commented May 02 '14, 12:25 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

You can use a HTTP client library in C# to invoke these APIs.


Ara Masrof commented May 02 '14, 12:29 p.m.
JAZZ DEVELOPER

George

Here is a link to an example using the C# HTTP client class
 


george claud commented May 05 '14, 2:46 p.m.

Thank you Ara, Now i am stuck at the login/password part...
How do i login using a c# Windows Forms based application ?


Ara Masrof commented May 05 '14, 2:53 p.m.
JAZZ DEVELOPER

George,

Are you encountering Authentication type errors?
If take a look this forum thread; there are some code samples that may be helpful


 

Your answer


Register or to post your answer.