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 LawrenceMandel:
http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI

------------------------------------------------------------------------------
   * Performance (only run assertions that have a chance to pass)
   * User experience (only show one error message per error)
  
- In order to specify an assertion's requirement a list of dependent assertions 
will need to be provided. In the case of WSDL 2.0 assertions, a dependency 
matrix does not exist so one will need to be created by analyzing the 
assertions specified in the specification. 
+ In order to specify an assertion's requirement a list of dependent assertions 
will need to be provided. In the case of WSDL 2.0 assertions, a dependency 
matrix does not exist so one will need to be created by analyzing the 
assertions specified in the specification. Note that the requirement for 
specifying dependent assertions requires that each assertion register with a 
unique id. Unique ids are easy to maintain for the WSDL 2.0 specification 
(which provides unique identifiers). Duplicate id definitions may be specified 
by extenders. One potential solution for this problem is to namespace or 
otherwise qualify assertion ids. This will add complexity to the API and to 
Woden and does not guarantee that extenders will not specify the same 
namespace. This problem may be solved largely be good documentation about 
assertion id convention.
  
  Assertion classes need to be specified to Woden in order for Woden to pick 
them up and use them for validation. Dependencies among assertions can be 
specified at the same time. The following are two possible ways to specify an 
assertion with Woden. 
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to