ZVON > References > SOAP Reference

Go to standard

byte

Standard excerpt:

byte is derived from short by fixing the values of maxInclusive to be 127 and minInclusive to be -128. The base type of byte is short.


Examples:

<SOAP-ENC:byte>127</SOAP-ENC:byte>
<foo xsi:type="SOAP-ENC:byte">127</foo>
<SOAP-ENC:byte>0</SOAP-ENC:byte>
<foo xsi:type="SOAP-ENC:byte">0</foo>
<SOAP-ENC:byte>-128</SOAP-ENC:byte>
<foo xsi:type="SOAP-ENC:byte">-128</foo>