7.4.1

Bonita REST Connector PUT errors

Hi guys,

I'm trying to use the REST connector (Bonita 7.4.1) to call a PUT method.

I created a mock with SoapUI that just returns a Code200 response.

Connector config :
PUT URL : http://localhost:9080/ClientRequest/123
Type : application/json
Charset : UTF-8
Payload : {"status" : "TO_VALIDATE", "tadkId" : "123"}

Notifications