java - How to implement min, max, required and optional on an Axis2 web service using Eclipse? -


How can I set minute, maximum, required, and optional attributes of the requested parameters in the Axis2 Web service? I am using Eclipse and Axis 2 to create my web service, such that the wsdl file is automatically generated.

First it is better to write your interface (WSDL) and generate a server stub from WSDL. In WSDL, you can apply the minimum, maximum, and all other constraints using the document / little format. Put all your obstacles under

Comments