ZVON > References > SOAP Reference

Go to standard

unsignedInt

Standard excerpt:

unsignedInt is derived from unsignedLong by fixing the values of maxInclusive to be 4294967295. The base type of unsignedInt is unsignedLong.


Examples:

<SOAP-ENC:unsignedInt>4294967295</SOAP-ENC:unsignedInt>
<foo xsi:type="SOAP-ENC:unsignedInt">4294967295</foo>
<SOAP-ENC:unsignedInt>0</SOAP-ENC:unsignedInt>
<foo xsi:type="SOAP-ENC:unsignedInt">0</foo>