ZVON > References > SOAP Reference

Go to standard

short

Standard excerpt:

short is derived from int by fixing the values of maxInclusive to be 32767 and minInclusive to be -32768. The base type of short is int.


Examples:

<SOAP-ENC:short>32767</SOAP-ENC:short>
<foo xsi:type="SOAP-ENC:short">32767</foo>
<SOAP-ENC:short>0</SOAP-ENC:short>
<foo xsi:type="SOAP-ENC:short">0</foo>
<SOAP-ENC:short>-32768</SOAP-ENC:short>
<foo xsi:type="SOAP-ENC:short">-32768</foo>