Skip to content

Instantly share code, notes, and snippets.

@rayedchan
rayedchan / SOAClientExample.java
Created January 3, 2016 05:09
SOA Workflow Service Client Example: Fetch and Reassign Request Tasks
package com.blogspot.oraclestack.testdriver;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import oracle.bpel.services.workflow.StaleObjectException;
import oracle.bpel.services.workflow.WorkflowException;
import oracle.bpel.services.workflow.client.IWorkflowServiceClient;
import oracle.bpel.services.workflow.client.IWorkflowServiceClientConstants;