activate process app with change of the reference url via REST API does not work
Content
Hi Gurus !
I'm trying to change the baseUrl or connectiontiemout of the reference in process app during activation via REST API call.
It is this REST API call : Deploy the Latest Published Version of a Project
So what I'm doing is call POST /ic/api/process/v1/spaces/{spaceId}/projects/{projectId}/deploy
{
"revisionId": "2.0",
"overwrite": true,
"forceDefault": true,
"addMeToAllRoles": false,
"endpointsConfig": {
"services": [{
"webServiceType": "REST",
"name": "StartIntTom",
"serviceType": "REFERENCE",
"connectionTimeout": 9999
}]
}
}
This is the snippet from composite.xml
<reference name="StartIntTom">
<interface.wadl interface="http://www.oracle.com/wadl/StartIntTom#wsdl.interface(StartIntTom)"/>