[Agile PLM] Is there anyway to access data by program

Hi

Our company use [Agile Product Life Cycle Management]  to management data

I want to write an program to access PLM by (C or Python)

Is there API or Li bray could do that ?

The following picture is PLM information

 

2022-05-27_091225.png

 

Add Comment
1 Answer(s)

Hello

Yes, Agie does provide a set of web services to access data

Here is the link for the documentation

https://docs.oracle.com/cd/E91823_62/otn/pdf/integration/agabd.pdf

If you use Java, they also support SDK

Hope this helps

– Raj

Agile Angel Answered on May 31, 2022.

Thanks for your reply

 

Is there simple way to test weather PLM server that provide web services by URL?

Example:

Assume our PLM URL as follwing ,

http://plm-ap.ourweb.com.tw:7001/Agile

 

could we? add some URL path to test weather PLM server that provide web services by URL?

on May 31, 2022.

Try this

 

https://plm-ap.ourweb.com/CoreService/services/BusinessObject?wsdl

on June 2, 2022.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.