Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I want to send many objects from UCS Director (Workflow or Custom Workflow Tasks) to my web Site ( Lang PHP).I tested this request from Rest Client (ARC), but the returned result is ==> "serviceresult: 600" (this is the service request number)....
Hello,I have a custum task, and i want to send an object from UCS Director (workflow) to my php site.We tested using RESTAPI (ARC) and the result is "serviceresult":number of Service Request.We need to send many informations throught the same request...
1) In your request you have invoked the workflow first then you have retrieved the workflow data ===> I need to invoke the workflow and retrieve the data at the same time2) The data in serviceResult is information about the workflow and this is not t...
Hi Gelbrich,Thank you for your answer,I followed the link, but I have no return ( jsonData ) from ucs director. !! he only returns SR in the "serviceResult" {"serviceResult": 685,"serviceError": null,"serviceName": "InfraMgr","opName": "userAPISubmit...
Thank you, but when i execute this simple exepmle :loadLibrary("JSON-JS-Module/JSON-JS-ModuleLibrary");importPackage(com.cloupia.model.cIM);importPackage(java.util);importPackage(java.lang);importPackage(com.cloupia.service.cIM.inframgr);importPackag...