Sorry if this is a duplicate now, but I did send this before I confirmed my mailing list participation and I am unsure wheter this was delivered.
Subject: Exclude some attributes from a web-service result bean To: [email protected] Hi, I have a running webservice that uses a business object class as return value. Now I have to add some attributes to this business class. I would like to do this without affecting the webservice because this would cause changes on the caller side of the webservice. Is there a way to exclude some attributes from the class from beeing part of the wsdl and the XML Stream later ? One solution would be to use a Wrapper Class instead of the original business obect class, but before I do that, I would like to ask wheter there is a simpler way. I use Axis 1.4 Thanx for any suggestions Andreas
