Hi,
We are on a Process Orchestration setup and currently trying to build a test scenario for BRM Integration with BPM.
I followed the blog http://scn.sap.com/docs/DOC-47066 to create a BRM ruleset for picking up an approver name based on the Order Number.After creating the ruleset,I generated the wsdl and imported the same in an automatic activity in NW BPM.
When trying to execute the BPM,it stops at the automated activity step.The BRM is not getting called from the BPM.When I imported the wsdl in soap ui and tried testing the same,it neither gives an output nor an error.
Are there any conditions to be written in the rule for the decision table to be executed.Currently I am using this :
If
Boolean.TRUE
Equals Boolean.TRUE
+
Then
Evaluate-DecisionTable:: POApprover
Please could you let me know if I am missing something here and if there are possibilities to debug the BPM in a better way.Kindly let me know your thoughts on this.
Thanks and Regards,
Induja