Step1: Create Application in Jdev and Create BPEL Project.
Step2: Change the XSD as required.
Step3: Assign order number to variable, create variable
Step4:   Add JavaEmbeded activity and Write below java code in java
embeded activity.
/*Write
your java code below e.g. 
                System.out.println("Hello,
World");
*/        
//the
title should uniquely identify the transaction       
String
t_instance_title =
(String)getVariableData("Variable_OrderNumber");                            
//set
instance title                       
setTitle(t_instance_title);                
setIndex(1,t_instance_title);
Step5: Deploy the BPEL Process and
test.
 
No comments:
Post a Comment