Forum Discussion

kanius's avatar
kanius
Occasional Contributor
9 years ago
Solved

Problem with Null in Transfer when empty

Hi,   I'm having a issue with the transfer step in SoapUi Ng 1.3.1   In the option : Set null on missing source is uncheck Ignore empty/missing values is checked   but the transfert still sen...
  • kanius's avatar
    kanius
    9 years ago

    After contactaing the support , they see the bug and propose me to replace the transfer step by a groovy script

     

    def var = ....

     

    if (var = "") {do something .... }

    else {do something else .....}