I am running a local webservice application with my wsdl and java. I have provided a tag "maxOccurs='2'" to the element in xsd file. When I run wsdl file, I want to fetch the value of tag 'maxOccurs' in java file and use this value to evalute my java operations.
Can somebody please explain how can I fetch the value of 'maxOccurs' from xsd into Java code?