Forum tags


Top Posters

Last 30 days

  • ravinderjit.singh (29)
  • Antoine (26)
  • danielandross (17)
  • venkaiah.k (16)
  • sirswendu.ganapati (13)
  • eva.das (13)
  • shao (13)
  • metabyte (9)
  • milos.vacek (7)
  • cristiano.quintao (7)

All time

  • Antoine (1492)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (380)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • 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
Re:Init process using TaskManagmentService failure. (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re: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. 3 Months, 3 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. 3 Months, 3 Weeks ago Karma: 6  
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