Skip to content

Instantly share code, notes, and snippets.

@maraysa
Created February 17, 2017 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save maraysa/d463dc48ce2d285d1dcaf5ce3aea53f1 to your computer and use it in GitHub Desktop.
Save maraysa/d463dc48ce2d285d1dcaf5ce3aea53f1 to your computer and use it in GitHub Desktop.
ECMWorkflowEngineService.startProcess
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ws="http://ws.workflow.ecm.technology.totvs.com/">
<soapenv:Header/>
<soapenv:Body>
<ws:startProcess>
<username>fluigadm</username>
<password>pcTotvs@9090</password>
<companyId>1</companyId>
<processId>FLUIGADHOC</processId>
<choosedState>5</choosedState>
<colleagueIds>
<item>fluigadm</item>
</colleagueIds>
<comments>um comentario</comments>
<userId>fluigadm</userId>
<completeTask>false</completeTask>
<attachments>
</attachments>
<cardData>
<item>
<item>meeting</item>
<item>teste</item>
</item>
<item>
<item>detail</item>
<item>teste</item>
</item>
<item>
<item>meetingDate</item>
<item>17/10/2016</item>
</item>
<item>
<item>dueDate</item>
<item>17/10/2016</item>
</item>
<item>
<item>qtativ</item>
<item>0</item>
</item>
<item>
<item>responsible</item>
<item>fluigadm</item>
</item>
<item>
<item>nomeativ___1</item>
<item>17/10/2016 16:55:26</item>
</item>
<item>
<item>dtprazoativ___1</item>
<item>17/10/2016</item>
</item>
<item>
<item>txtrespativ___1</item>
<item>fluigadm</item>
</item>
</cardData>
<appointment>
</appointment>
<managerMode>false</managerMode>
</ws:startProcess>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment