-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
try checking the |
Beta Was this translation helpful? Give feedback.


try checking the
Enabledoption in your web service.