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 JohnKaputin: http://wiki.apache.org/ws/FrontPage/Woden/TaskList The comment on the change is: Closed a completed task. ------------------------------------------------------------------------------ = OPEN TASKS:- = ----- - == Message label == - The ''messageLabel'' attribute of the message reference or fault reference elements is currently implemented as a type-safe enumeration with the values 'In' and 'Out'. This needs to be implemented either as an extensible enum or perhaps just as an NCName. - Arthur: I believe the correct design is to simply use NCName since that is the type of the {message label} property in the WSDL 2.0 component model. The checks for allowed values of - {message label} should be handled by the MEP. Woden should be extensible wrt MEPs. - - ==== Status ==== - Not done yet. - ----- == Parse constraint attribute of <property> as type QName == the ''constraint'' property of the Property component may contain either a QName or the token '#value', however in its XML representation, the ''constraint'' attribute of <property> is of type QName only. Need to change the parsing logic in reader.parseProperty so that it does not allow for '#value' in the XML. ==== Status ==== @@ -180, +172 @@ Initial attempts at identifying actors and use cases by John Kaputin and Jeremy Hughes. Will post work-in-progress to wiki or web site when we have something documented. Will need broader input from others on this.[[BR]] 19Dec06: captured as JIRA WODEN-112 and closed this task. ----- + == Message label == + The ''messageLabel'' attribute of the message reference or fault reference elements is currently implemented as a type-safe enumeration with the values 'In' and 'Out'. This needs to be implemented either as an extensible enum or perhaps just as an NCName. + + Arthur: I believe the correct design is to simply use NCName since that is the type of the {message label} property in the WSDL 2.0 component model. The checks for allowed values of + {message label} should be handled by the MEP. Woden should be extensible wrt MEPs. + + ==== Status ==== + Not done yet.[[BR]] + This has been done - message label is now represented as an NCName. + ----- == END OF CLOSED TASKS == --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
