
Akshith,Reamon thanks it worked!!!
The code posted by Akshith gives the Dependent services, I just changed a single line in code to get the Referenced services
Changed
IData dependentObj = dm.getDependent(nsNodeObj, null);
to
IData dependentObj = dm.getReferenced(nsNodeObj, null);
Any idea where can I get details about this non public API’s?
regards,
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods