You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

activate process app with change of the reference url via REST API does not work

Question
19
Views
0
Comments
edited Aug 22, 2019 8:34AM in Process Automation

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

docs: https://docs.oracle.com/en/cloud/paas/integration-cloud/rest-api/op-ic-api-process-v1-spaces-spaceid-projects-projectid-deploy-post.html

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)"/&gt

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!