Quantcast
Channel: Oracle Fusion Middleware » activity
Viewing all articles
Browse latest Browse all 2

How To Use Java Embedding Activity – Simple Example

$
0
0
The following is a simple example of using Java Embedding Activity in Bpel 11g. In this example, I used a simple asynch’ process, and assign the input parameter into the output parameter. To implement this example you have to: 1. Copy this code into the Java Embedding Activity: try{ Element inputParam= (Element)getVariableData(“inputVariable”,”payload”,”/client:process/client:input”); addAuditTrailEntry(inputParam.getTextContent()); setVariableData(“outputVariable”,”payload”,”/client:processResponse/client:result”,inputParam.getTextContent()); } […]

Viewing all articles
Browse latest Browse all 2

Trending Articles