[ http://issues.apache.org/jira/browse/WODEN-17?page=comments#action_12413829 ]
John Kaputin commented on WODEN-17: ----------------------------------- Recall from previous discussions on model creation and validation that we agreed it is possible for Woden to create and return and invalid model. The validation errors get reported, but the invalid model still gets returned. This approach is necessary in WSDL editor use cases, where the WSDL is a work-in-progress that will eventually become valid. > When a binding doesn't specify an interface, Wodwn emits an invalid > <interface ref="id-null"/> reference. Check to see if Woden validation is correctly reporting this error. It may be that the testing Jonathan is doing expects the parse to fail if an error is encountered (a.k.a WSDL4J), rather than an invalid model being returned along with validation errors. > When a binding doesn't specify an interface, Wodwn emits an invalid > <interface ref="id-null"/> reference. > --------------------------------------------------------------------------------------------------------- > > Key: WODEN-17 > URL: http://issues.apache.org/jira/browse/WODEN-17 > Project: Woden > Type: Bug > Components: Parser > Reporter: Lawrence Mandel > Assignee: Arthur Ryman > > This problem was described by Jonathan Marsh in a post to the W3C WSDL > working group [1]. > When a binding doesn't specify an interface, Wodwn emits an invalid > <interface ref="id-null"/> reference. > John, sounds to me like this falls under the resposibility of the parser. > Feel free to reassign if I'm incorrect. > [1] http://lists.w3.org/Archives/Public/www-ws-desc/2006May/0074.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
