I am using Eclipse BPEL designer and ODE server. As you all know, BPEL alone does not support "Human Tasks and human task forms". I am trying to use the Tempo server from Intalio-BPMS for that purpose.
Now I want to use createTaskRequest
request that can be sent to a service UserBusinessProcessService
with Interface UserBusinessProcessPortType
which is present in TaskManagerProcess.wsdl
from Intalio-BPMS-6.5.1. I know how to create partnerlinks and deploying the processes on ODE. When I try to start my deployed process, I get
{***
fault:
exceptionClass:org.apache.axis2.AxisFault
message: axis2ns1:uninitializedvariable
***}
and and the same exception as an error in server trace. :(
From the trace I understood that I am not properly initializing the createTaskRequest
. I dont know how to proceed. Please guide me. Any Help is greatly appreciated!
Thanks in advance, Karthik