[ http://issues.apache.org/jira/browse/AXISCPP-803?page=comments#action_12332862 ]
nadir amra commented on AXISCPP-803: ------------------------------------ FYI...it seems that 02345 is treated as an octal number and that is why you get decimal 1253 > Axis C++ allows leading zeroes in XSD_unsignedLong type > ------------------------------------------------------- > > Key: AXISCPP-803 > URL: http://issues.apache.org/jira/browse/AXISCPP-803 > Project: Axis-C++ > Type: Bug > Components: XSD Types, Serialization > Versions: current (nightly) > Reporter: Manohar > > Axis C++ allows leading zeroes in XSD_unsignedLong type. As per the > specification, leading zeroes are prohibited for unsignedLong type. When an > input with leading zeroes (e.g. 0230) is given Axis C++ allows it and > random values are given as output. > XSD_unsignedLongClient.cpp test can be used to reproduce this problem. > Regards > Manohar -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
