I have generated WSDL with complex types using action webservice in rails.
Now I need to add minoccurs and maxoccurs in complex type definitions using ruby on rails
Defined complex type in API file(SampleApi.rb).
Any suggestions on adding min and maxoccurs?