RE: [Soaplab-users] Boolean qualifiers turned on by default
Brought to you by:
marsenger
From: Marc L. <Mar...@DE...> - 2006-03-03 07:36:45
|
> Is there a way to force soaplab to always start a program=20 > with a boolean flag. > eg. Say we have a program with the following command syntax: >=20 > command [-flag] >=20 > Is there a way to make soaplab call this command with the=20 > -flag qualifier by default. A solution in xml would be=20 > preferable although an acd solution would be great. >=20 > I have already tried: >=20 > boolean: flag [ > comment: "defaults" > ] >=20 > boolean: flag [ > default: "true" > comment: "defaults" > ] >=20 > boolean: flag [ > standard: "true" > default: "true" > comment: "defaults" > ] Hi Liam, What happens if you use 'additional' instead of 'standard' ? boolean: flag [ additional: "Y" default: "true" comment: "defaults" ] Cheers, Marc |