Optional GET parameter on webservice call #4696
Unanswered
rdubois-mel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use Hop webservices to launch pipelines as explained in the documentation (https://hop.apache.org/manual/latest/hop-server/web-service.html). It works very well.
But I would like to pass optional GET parameters to my pipeline.
Currently I use the "Get variables" transform, but if I do not pass my parameter or if I pass an empty string as an integer, I get a Serialization error.
I have tested all possible types and still encounter an error.
Is there a way around this? or another way to retrieve GET parameters?
Thanks !
Remi
Beta Was this translation helpful? Give feedback.
All reactions