Latest Posts


Show last 6 hrs - 24 hrs - 7 days

Forum RSS Feed

Top Posters

Last 30 days

  • Antoine (132)
  • gayatri.chandak (26)
  • gemor.roj (24)
  • juanjo.hernandez (22)
  • metabyte (20)
  • hellonico (15)
  • talita.pezzi (14)
  • danielandross (14)
  • liu.zhengyang (14)
  • Konstantin.Melnik (13)

All time

  • Antoine (2271)
  • Shivanand (1194)
  • cshekhar (933)
  • psq (797)
  • metabyte (411)
  • jag (393)
  • dfrench (358)
  • arnaud (328)
  • jalateras (325)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Init process using TaskManagmentService failure. (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Init process using TaskManagmentService failure.
#16215
oleg.lemeshenko (User)
Junior Boarder
User Offline Click here to see the profile of this user
Init process using TaskManagmentService failure. 9 Months, 2 Weeks ago Karma: 0  
I am trying to start workflow using TaskmanagmentService

Here is the code:
TaskManagementServices services = new TaskManagementServices();

initRequest initReq = new initRequest();
initReq.participantToken = (string)Session["token"];
initReq.taskId = txtInit.Text;

initRequestInput input = new initRequestInput();
input.Any = new XmlElement[1];
XmlDocument doc = new XmlDocument();
string xml = "<output xmlns:xxforms='http://orbeon.org/oxf/xml/xforms' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:f='http://orbeon.org/oxf/xml/formatting' xmlns:fe='http://example.com/Forms/AddCreditApplication/xform' user='demo/employee'>";
xml += "<Name_and_Surname_pasted72 />";
xml += "<Amount_pasted70 />";
xml += "<Duration_pasted68 />";
xml += "<txtName>Oleg1</txtName>";
xml += "<txtAmount>3123</txtAmount>";
xml += "<txtDuration>123</txtDuration>";
xml += "<Upload filename='' mediatype='' upload-id='Upload' /><Application_pasted58 /></output>";
doc.LoadXml(xml);
input.Any[0] = doc.DocumentElement;
initReq.input = input;

okResponse ok = new okResponse();
ok = services.initProcess(initReq);

My InitRequest is equal to Xforms request, that successed. What I am doing wrong ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#16230
hellonico (User)
Moderator
User Offline Click here to see the profile of this user
Re:Init process using TaskManagmentService failure. 9 Months, 2 Weeks ago Karma: 7  
Hi Oleg,

Which binding to the wsdl are you using ?
What's the error message ?
Mind moving this conversation to the tempo-dev mailing list ?
http://groups.google.com/group/tempo-dev/topics

Thanks,

Niko
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop