Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by MaryamMoazeni: http://wiki.apache.org/ws/MaryamMoazeni/GSoC2006 ------------------------------------------------------------------------------ Any Comments?!! :) + '''[7/07/2006]''' + I have started implementing the support for complex content restriction. + + At first, I decided to edit the "property" nodes of the DOM tree which were written when populating the parent meta info and add "isRestricted" attribute which shows that the getter and setter for this restricted element should be overridden. + + But I couldn't get any result because a problem occurred when using: + + `Element root = model.getDocumentElement();` + + The root element is supposed to be the "bean" element, but it happens to be '''null''' here. I have to find out about the problem. + + + But for now I decided to change my approach and instead of editting "property" nodes, I decided to add "restricted" nodes to the DOM tree per restricted elements. + + I need to ask for Axis2 developers' suggestions to see which approach is better. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
