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

Issues with Oracle BPM Rest API integration

edited Jul 24, 2020 9:09AM in Visual Builder Studio 1 comment

Summary

Trying to hit certain GET, PUT and POST API's, but getting a 400 error. Not sure what's wrong.

Content

I am trying to perform certain BPM operations that are given in the below URL:

https://docs.oracle.com/middleware/1221/bpm/bpm-rest-api-ref/rest-endpoints.html

 

However, i'm getting the below error when i try to test these services:

{
    "type": "HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
    "status": 400,
    "title": "Bad Request",
    "detail": "{\"type\":\"abcs://proxy_auth_problem/unknown_host\",\"title\":\"Unknown Host\",\"detail\":\"Authentication server <server name>: Name or service not known is unknown\",\"status\":400}"
}

Now i've hit the same service on other platforms (YARC and Mendix low code platform) with the same payload, headers and authentication, and I am able to get a successful response. The Authentication Certificate being used in VBCS and other platforms is the same, so i'm not sure what else needs to be done.  (Generated via OpenSSL and uploaded in the certificates section)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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