Hello, I am trying to save in a variable the response body of a POST Reques

Hello,
I am trying to save in a variable the response body of a POST Request, in a SAIL Interface. I first tried to use a!httpQuery (as I used to do for GET Requests), but POST method is not available.
I tried to use a!httpWrite function, but it needs to be trigered by a bind() function. The result is that I get "Invalid parameter: the parameter given as the 'set' parameter to the function 'bind' must not be null and must be a reference to a rule or function that returns Writer".
For testing purposes I tried also using Smart Service, and it works perfectly, but unfortunately it is not an option because of the usecase, so I need to make it work in SAIL.

Thanks in advance,
Octav

OriginalPostID-158055

OriginalPostID-158055

  Discussion posts and replies are publicly visible