I am creating a web service using Axis2 in Eclipse. When I deploy my web service, the WSDL file is autogenerated. However, some of the parameters of my web service method should be mandatory? How do I make the parameters mandatory? Can it be configured at services.xml?
I have two element action and guid. guid is a required field when action is add. but when action is del it will not appear in file. How to represent this in dtd ?