Accessing ClearQuest programatically
Hi,
I need to access ClearQuest programatically using C#. I just found ClearQuest OSLC REST API. Client is planning to use ClearQuest web 7.1.1. I read that it comes with OSLC REST API out the box. Can someone please provide me some examples on how I can access the CQ through C# or Java using this API. I much appreciate any info.
Thank you,
Ana
I need to access ClearQuest programatically using C#. I just found ClearQuest OSLC REST API. Client is planning to use ClearQuest web 7.1.1. I read that it comes with OSLC REST API out the box. Can someone please provide me some examples on how I can access the CQ through C# or Java using this API. I much appreciate any info.
Thank you,
Ana
24 answers
Hi Yuhong,
I'm getting error 415 when I run it in my schema:
status = 415 Unsupported Media Type
I used Windows to create a dummy test6.txt file ...
and changed this line:
$content = $content . "Content-Disposition: form-data; name=\"file\"; filename=\"c:\\temp\\test6.txt\"";
Any idea?
Lex
I'm getting error 415 when I run it in my schema:
status = 415 Unsupported Media Type
I used Windows to create a dummy test6.txt file ...
and changed this line:
$content = $content . "Content-Disposition: form-data; name=\"file\"; filename=\"c:\\temp\\test6.txt\"";
Any idea?
Lex
From my investigation so far, it failed due to the fact that ClearQuest 7.1.2.2 cannot take in multipart/form content type:
$header->header('Content-Type' => 'multipart/form-data; boundary=UdCwYxcWhVYyLPJCRxQTEowAxgcepp');
Regards,
Lex
$header->header('Content-Type' => 'multipart/form-data; boundary=UdCwYxcWhVYyLPJCRxQTEowAxgcepp');
Regards,
Lex
Hi Yuhong,
I'm getting error 415 when I run it in my schema:
status = 415 Unsupported Media Type
I used Windows to create a dummy test6.txt file ...
and changed this line:
$content = $content . "Content-Disposition: form-data; name=\"file\"; filename=\"c:\\temp\\test6.txt\"";
Any idea?
Lex
page 3of 1 pagesof 2 pagesof 3 pages