Hey all, I have been attempting to use the Enum.forInt method for some of my enumerated types. I am passing in a value that is provided in a text file. Often times the value is zero, but when I pass that in, I get a XmlValueNotNillableException. I know what this means, but I am confused as to why the enumerated values would start at 1 and not 0. In the schema, there is obv no numberign associated. Since nearly every language that I know of is 0 based, why would this be 1 based? Is there a way to change this? Thanks,
Jason