If I specify a parameter in my WSDL is of type xsd:int, what is the max and min values for that parameter? It is dependant on the technology the web service is implemented in? I am using Java, so am I constrained by the int type in Java or should the web service library (Axis) be handling that?
Share
Yes, 32 bits. From Eric van der Vlist’s RelaxNG datatype reference:
Additionally, from the W3C XML Schema Recommendation, Part 2: