Webservice to get all ECO information

I am loading agile PLM data into another application by using web services.

Web services which provided in document are manually i need to give a input of particular ECO number then it will give output for that ECO.

I need a web service which i can get all ECO information..

Is there any web service i can get all ECO information.I read some blogs they are saying we need to customize web services.How can i customize web service.

Please provide me is there any another way around to get all ECO information.

Thanks in Advance…..

Add Comment
1 Answer(s)

Since Agile PLM v9.3, Agile PLM has pre-build-in web services that called CoreServices to provide the abilities just like SDK API. You can get the ECO information by calling Search service or BusinessObject service. The  former is like Query SDK API, the later is like Session.getObject SDK API.

The CoreServices tech stack prior to v9.3.4 is AXIS and then is JAX-WS. You can refer to Agile PLM 9 Documentation – Webservices User Guide to get the things you want.

http://www.oracle.com/technetwork/documentation/agile-085940.html#plm9

All the best.
Loren Cheng

Agile User Answered on October 2, 2016.
Add Comment

Your Answer

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