Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Dont Work HttpInvoke: Put Responose Body in Attribute

avatar
Explorer

Hi people
I am working with HttpInvoke processor with Post and I try to catch the response body using the propertie "Put Response Body in attribute", the processor execute well and it generate the response on the queue Response but it dosent generate the attribute. Someone has some idea where is my error?

1 ACCEPTED SOLUTION

avatar
Contributor

ResultInvoke in this case doesn't have any value, it's sent as a header with '${invokehttp.status.code}' as a value in http request.

 

To assign status code to ResultInvoke use UpdateAttribute after the InvokeHTTP.

View solution in original post

3 REPLIES 3

avatar
Super Mentor

@PepeClaro Can you share your processor configuration and NiFi version being used?

 

Thanks,

Matt

avatar
Explorer

Hi MattWho

I send the image of my configuration.
You can see on the final of my configuration that I am trying to use to new atrribute and to assing it the value ${invokehttp.status.code} but it dosent work too.
My version NiFi is 1.16.3

PepeClaro_0-1664807473116.pngPepeClaro_1-1664807502698.pngPepeClaro_2-1664807541125.pngPepeClaro_3-1664807569839.png

 

avatar
Contributor

ResultInvoke in this case doesn't have any value, it's sent as a header with '${invokehttp.status.code}' as a value in http request.

 

To assign status code to ResultInvoke use UpdateAttribute after the InvokeHTTP.