During wsdl generation, BigIntegers defined as parameter or bean property is being translated into a custom type called BigInteger instead of xsd:integer. Is there a specific reason why xsd:integer (http://www.w3.org/TR/xmlschema-2/#integer) can't be used for BigIntegers?

xsd:integer - http://books.xmlschemata.org/relaxng/ch19-77183.html
xsd:int - http://books.xmlschemata.org/relaxng/ch19-77175.html

-karthik

Reply via email to