Hi all
I have two questions, any answer will be great!
I have Java beans which I "turn into WSDL" using xfire binding.
1. How can I add a WSDL version ? I mean, my POJO's change sometimes, fields are added, required fields become optional, etc. So I'dd like to add a version, o whoever uses the WSDL, will know when a new version is out.
how can this be done?
2.The 'minOccure' and 'nillable' attributes are created by default. this is usually ok, but sometimes I wan to change this, how do I do it ?
Thanks
Dave