Spring boot and http-connector

Hi,

Currently I’m able to call a GET method, but when I try the same for POST the Rest is not called.

I have no error messages in the console of the application. Follows the bpmn:
post_test.bpmn (3.9 KB)

I’m using spring boot with RestController. I’m missing something here ?

solution:

I was defining header instead headers

Att, Felipe