If I specify a parameter in my WSDL that is of type xsd: int, what are the maximum and minimum values ββfor this parameter? Does it depend on the technology in which the web service is implemented? I use Java, so the int type in Java limits me, or if the web services library (Axis) handles this?
source share