OSLC adapter with RQM
Hi all,
I have to create an OSLC adapter(an web application whith java+REST) whith calls(retieves) a RQM serviceProviderCatalog but RQM use an authentication OAUTH and I don't know how to do in order to my adapter to invoque it?
where I found the 3 RQM URLs in IBM server?
where I found the 3 RQM URLs in local server installation?
How can I implemented it in my adapter?
Thanks.
Amd
I have to create an OSLC adapter(an web application whith java+REST) whith calls(retieves) a RQM serviceProviderCatalog but RQM use an authentication OAUTH and I don't know how to do in order to my adapter to invoque it?
where I found the 3 RQM URLs in IBM server?
where I found the 3 RQM URLs in local server installation?
How can I implemented it in my adapter?
Thanks.
Amd
One answer
The OSLC service providers are listed in the root services document (https://host :port /context root /rootservices).
You may also want to look at the experimental OSLC Cleaner Utility that contains code for authenticating with a RQM/RTC/RRC server and resolving the OSLC service provider catalogs (see https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/61462).
You may also want to look at the experimental OSLC Cleaner Utility that contains code for authenticating with a RQM/RTC/RRC server and resolving the OSLC service provider catalogs (see https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/61462).