Nillable Parameter in Generic Web Service Client

Hi,
how can avoid to pass a parameter calling webservice?
The wizard obliges to specify input column or constant value but I cannot delete a parameter that is optional in wsdl specification!

Hi there!

Sry for a delay on this one. From the node description:

Please note, that this node does currently not support optional input parameters. Also...

I will check if there is any plans regarding this and get back to you.

Br,
Ivan

Hi there!

To follow up on this one. There has been request made to allow optional parameters this node.

Additionally maybe REST nodes would work for you?

Br,
Ivan

Hi,
No, I have to call a SOAP WS so REST node is useless for me.
My workaround was to set 0 for primitive values and null variabile for complex fields.
So this runs successfully.
Thanks a lot!
Bye bye!

1 Like

same problem here, no way to set 0/null because it will be interpreted wrong by the service publisher

Hi there!

+1 was added for it.

Br,
Ivan

Hi,
do you have any news about?