Forum tags


Top Posters

Last 30 days

  • Antoine (94)
  • talita.pezzi (27)
  • eduardo.lawisch (14)
  • alfons.bataller.diaz (14)
  • sundaravadivel.n (13)
  • ravinderjit.singh (13)
  • hellonico (8)
  • jose.mendoza (8)
  • barry.sperling (7)
  • marcia.martins (7)

All time

  • Antoine (1403)
  • Shivanand (1189)
  • cshekhar (921)
  • psq (795)
  • jag (391)
  • metabyte (370)
  • arnaud (327)
  • jalateras (325)
  • dfrench (263)
  • venkaiah.k (198)

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)
Fresh Boarder
User Offline Click here to see the profile of this user
Init process using TaskManagmentService failure. 2 Months 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. 2 Months 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