ZVON > References > SOAP Reference

Go to standard

boolean

Standard excerpt:

boolean has the value space required to support the mathematical concept of binary-valued logic: {true, false}.


Examples:

<SOAP-ENC:boolean>true</SOAP-ENC:boolean>
<foo xsi:type="SOAP-ENC:boolean">true</foo>
<SOAP-ENC:boolean>false</SOAP-ENC:boolean>
<foo xsi:type="SOAP-ENC:boolean">false</foo>