Some one have one example about get the Product Hierarchy from Agile PLM – using Web Service ?
I need get the Product Hierarchy from Agile PLM – using Web Service, Some one have one complete example about it ?
There are plenty of examples of full applications at https://www.oracle.com/technetwork/indexes/samplecode/agileplm-sample-520945.html. The API documentation is excellent for figuring out how to perform specific actions and how to deploy custom code to the application server. Links to documentation can be found at https://www.oracle.com/technetwork/documentation/agile-085940.html, just select your specific Agile version. The web services documentation covering the out of the box CoreServices is not that great, but it’s OK. Often I’ll write my own WSX as I find working with CoreServices to be challenging at times. What have you tried so far?