Forum Discussion
nmrao
12 years agoCommunity Hero
When below script is run from soapui, do you see any log?
May be you try by using some log statements in side groovy and see that helps?
By the way, I know below is not something you are looking for
if (macAddress != null && !macAddress.isEmpty())
if (macAddress) -- is pure groovy form and equivalent to the above statement which of java nature
May be you try by using some log statements in side groovy and see that helps?
By the way, I know below is not something you are looking for
if (macAddress != null && !macAddress.isEmpty())
if (macAddress) -- is pure groovy form and equivalent to the above statement which of java nature