Description: We can extract all the plan item dependencies using xslt from the getOrderExecutionPlan web service xml.
Issue/Introduction
Plan Item Dependencies XSLT
Environment
3.0.2
Resolution
- Open getPlanXslt BW attached. - Get results from getOrderExecutionPlan web service and write content in ReadFile Activity. - Run getDependencies process - We will get YUML ouput like: [planItemIdA;<<productIdA>>]->[planItemIdB;<<productIdB>>] This means planItemIdA depends on planItemIdB. - XSLT can be modified accordingly as what we are looking for. - Go to YUML web page. http://yuml.me/ - Go to Draw a Class Diagram - Paste yuml content here. - We will get a plan item dependencies diagram.