0

I've been working with OSLC services to communicate Altium Designer and Doors 9.5 between them.

Well Doors 9.5 works with DWA to provide OSLC services, that's why the consumer created using Lyo repositories is based on DWA.

Now, I need to create a new Consumer with the same aim (Altium to Doors) but using Doors Next Gen, which does not use DWA. Does anybody know where to find any example or tutorial of how to implement this? I've been googleing for a while but doesn't seem to be a very popular topic...

Thanks in advance.

m.dorian
  • 489
  • 1
  • 6
  • 24
  • DWA is required for DOORS so that consumers can make HTTP requests to it. But DOORS Next Gen supports that out of the box, no need for anything extra. It delegates the authentication to the JTS. In /jts/admin, create a Consumer Inbound. Then you have the key and secret for your consumer. Rootservices are at rm/rootservices. – amadain Feb 01 '16 at 14:05
  • And on the side of the consumer, the code for taking the query capability is the same excepting the path? – m.dorian Feb 02 '16 at 07:52
  • Well, I don't know what code you have. Both are OSLC RM 2.0 providers, so what you have for one should (at least in theory...) work for both. You'll parse the service provider catalog to get the query capability. The lyo client can help with that (lookupQueryCapability). I would suggest you move your questions to the eclipse lyo mailing list which is more active for oslc. – amadain Feb 03 '16 at 11:13
  • Okey, thanks so much :) – m.dorian Feb 03 '16 at 12:59

0 Answers0