|
Hi Guys, I'm trying to set up simple pipeline exposed through Rest API. I'm using the WebService metadata. The pipeline is fairly simple
I'm expecting to get JSON output like this {"data":[{"constantx":"test_const_value","variablex":"test_var_value"}]} The webservice is configured in metadata: Then I start the server just like in the hop tutorial Tutorial: and try to get the response: and the result is: What am I missing? |
Answered by
bamaer
Mar 13, 2026
Replies: 1 comment 1 reply
|
try checking the |
1 reply
Answer selected by
aleksgc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


try checking the
Enabledoption in your web service.