Hi,

I didn't understand why Axis2 generates WSDLs for POJO functions with
minOccurs=0 set for each function parameter. Either my function has a
parameter X, or it has not. In the latter case no element should be created
at all (that differs from having an element with minOccurs=0). So I made
this small diff which modifies
modules/kernel/src/org/apache/axis2/description/java2wsdl/DefaultSchemaGener
ator.java to call setMinOccurs(1) instead of setMinOccurs(0).

Regards,
Felix



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to