[ http://issues.apache.org/jira/browse/AXISCPP-416?page=comments#action_59951 ] Adrian Dick commented on AXISCPP-416: -------------------------------------
Within the Serialization/Deserialization Engine we have objects capable of serializing and deserializing all the xsd built-in simple types. However, only about half are exposed to the external API, and supported by WSDL2Ws generated stubs. The following ARE supported: duration, dateTime, time, date, string, boolean, base64Binary, hexBinary, float, decimal, double, anyURI, QName, NOTATION, integer, long, int, short, byte, unsignedLong, unsignedInt, unsignedShort and unsignedByte. The following ARE NOT supported: gYearMonth, gYear, gMonthDay, gDay, gMonthDay, normalizedString, token, language, Name, NMTOKEN, NCName, NMTOKENS, ID, IDREF, IDREFS, ENTITY, ENTITIES, nonPositiveInteger, negativeInteger, nonNegativeInteger and positiveInteger. The XSDAttribute, XSDElement and XSDElementNil testcases show the current state of supported types, and should be updated if any of the second list are added. > Support xsd types. > ------------------ > > Key: AXISCPP-416 > URL: http://issues.apache.org/jira/browse/AXISCPP-416 > Project: Axis-C++ > Type: Improvement > Components: Basic Architecture > Reporter: John Hawkins > > We need to ensure that we support all xsd types. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
