Hi Holger,
It’s project requirement as we have a big team & it’s not feasible for us to access deployer everytime for using package dependecy .We are in a search of ;where we will run utility and it will give package dependecy before sending any deployment request.
I am using some APIs provided by SAG
Package pkg=PackageManager.getPackage(packageName);
Enumeration element= pkg.getLoaded();
but problem is here elements are only giving me flowServices and not all the elements inside that package like docs,schemas,adapters etc.
can you please help is their any APIs by which I can list down all the elements of given package.
#API-Management#API-Portal#webMethods