I'm using Axis2 and Eclipse to create my webservice. I have created my schema object to be included in the WSDL, but I don't want some fields to be included in this process.
Reason is that these same objects will be persisted in database using hibernate. I added transient into the field class declaration but I'm still seeing the field in the WSDL!!!
Is there a way to prevent certain fields from being included in the WSDL?
Thank you.