LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding LabVIEW Integration with Siemens Polarion ALM

Hi, 

 

I hope this message finds you well. 

 

Actually, I want to inquiry about is it possible to integrate LabVIEW with Siemens Polarion ALM?

 

Do you have any Connectors/ Plugins for that or can you provide us solution for that?

 

Please let me know ASAP.

 

Thanks & Regards,

Hyder 

0 Kudos
Message 1 of 4
(127 Views)

I believe you should use the APIs: Polarion REST API

You should send REST requests.

0 Kudos
Message 2 of 4
(125 Views)

I have tried with REST APIs but it is showing 404 Bad Request. 

0 Kudos
Message 3 of 4
(115 Views)

Tipically, when you use Rest APIs some checks are mandatory:

  • is the webserver running?
  • Do you know what kind of authentication you should use?
  • If a user based authentication is required, is your user enabled to do this kind of requests?

I also suggest you to use a third party application, rather than directly using LabVIEW. Postman is a very nice application for this kind of operations.

0 Kudos
Message 4 of 4
(101 Views)