Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:open="http://www.openuri.org/" xmlns:cre="http://www.gvt.com.br/nac/gvtworkList/createTask">
  2. <soapenv:Header/>
  3. <soapenv:Body>
  4. <open:createTask>
  5. <cre:createTaskIn>
  6. <cre:userName>null</cre:userName>
  7. <cre:taskName></cre:taskName>
  8. <cre:group>Planejamento e IM</cre:group>
  9. <!--Optional:-->
  10. <cre:businessKey></cre:businessKey>
  11. <!--You have a CHOICE of the next 2 items at this level-->
  12. <!--Optional:-->
  13. <cre:sla>28800000</cre:sla>
  14. <!--Optional:-->
  15. <cre:dueDate></cre:dueDate>
  16. <!--Optional:-->
  17. <cre:processId></cre:processId>
  18. <!--Optional:-->
  19. <cre:property1>1-957NNT</cre:property1>
  20. <!--Optional:-->
  21. <cre:property2></cre:property2>
  22. <!--Optional:-->
  23. <cre:property3></cre:property3>
  24. <!--Optional:-->
  25. <cre:property4></cre:property4>
  26. <!--Optional:-->
  27. <cre:property5></cre:property5>
  28. <!--Optional:-->
  29. <cre:property6></cre:property6>
  30. <!--Optional:-->
  31. <cre:property7></cre:property7>
  32. <!--Optional:-->
  33. <cre:property8></cre:property8>
  34. <!--Optional:-->
  35. <cre:property9></cre:property9>
  36. <!--Optional:-->
  37. <cre:property10></cre:property10>
  38. <!--Optional:-->
  39. <cre:property11></cre:property11>
  40. <!--Optional:-->
  41. <cre:property12></cre:property12>
  42. <!--Optional:-->
  43. <cre:property13></cre:property13>
  44. <!--Optional:-->
  45. <cre:property14></cre:property14>
  46. <!--Optional:-->
  47. <cre:property15></cre:property15>
  48. <!--Optional:-->
  49. <cre:property16></cre:property16>
  50. <!--Optional:-->
  51. <cre:property17></cre:property17>
  52. <!--Optional:-->
  53. <cre:property18></cre:property18>
  54. <!--Optional:-->
  55. <cre:obs></cre:obs>
  56. <!--Optional:-->
  57. <cre:document></cre:document>
  58. <!--Optional:-->
  59. <cre:relogioCliente></cre:relogioCliente>
  60. <!--Optional:-->
  61. <cre:saldoMinutos></cre:saldoMinutos>
  62. <!--Optional:-->
  63. <cre:workItemName></cre:workItemName>
  64. <!--Optional:-->
  65. <cre:processInstanceName></cre:processInstanceName>
  66. <!--Optional:-->
  67. <cre:workStepName></cre:workStepName>
  68. </cre:createTaskIn>
  69. </open:createTask>
  70. </soapenv:Body>
  71. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement