ZVON > References > SOAP Reference

Go to standard

int

Standard excerpt:

int is derived from long by fixing the values of maxInclusive to be 2147483647 and minInclusive to be -2147483648. The base type of int is long.


Examples:

<SOAP-ENC:int>2147483647</SOAP-ENC:int>
<foo xsi:type="SOAP-ENC:int">2147483647</foo>
<SOAP-ENC:int>0</SOAP-ENC:int>
<foo xsi:type="SOAP-ENC:int">0</foo>
<SOAP-ENC:int>-2147483648</SOAP-ENC:int>
<foo xsi:type="SOAP-ENC:int">-2147483648</foo>