Hi all, I am currently working on a web service application and I use axis2. For creating my web service, I use Eclipse and it creates the service from an ordinary class which I already created. Everything works fine till now.
My problem is that I don't want some of the properties of the data classes to be seen by the proxy generators which will use my service. For example, I have data class called Person: Person -id -name -citizenid I use this data class internally as a persistence entity and I also use it for web service clients. But, in fact I don't want the clients to see the citizenid field when they create their proxies. Is it possible to use an annotation system or a similar configuration method to hide some class properties from the web service clients? Thanks a lot. -- View this message in context: http://www.nabble.com/Hiding-class-attributes-in-wsdl-tp17733583p17733583.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
