interface: ItemValidatingWebService

public abstract <<interface>> interface: ItemValidatingWebService
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 131 $ $LastChangedDate: 2007-11-21 18:5; Complexity: 1
Dates: Created: 16.07.2009 15:21:28; Modified: 16.07.2009 15:21:28;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A81FB05D-59D9-446d-8C72-E8A486E945B5}
Interface for Validation web service.
 

Goto: Methods

See also: ItemValidating

Appears in: validation

Connections
 
ItemValidatingWebService Methods
Operation Details
package
refreshValidationSchemaCache():void
Sequential
Tags: throws=Exception
Notes: Refresh the validation schema cache.
package
validateItemXml(
   String itemXml):String
Sequential
Tags: throws=Exception
Notes: Validate the given item xml against the matching validation schema using the default validation point.
@return The validation report as xml.
package
validateItemXml(
   String itemXml,
   String validationPoint):String
Sequential
Tags: throws=Exception
Notes: Validate the given item xml against the matching validation schema.
@return The validation report as xml.
package
validateItemXmlBySchema(
   String itemXml,
   String validationPoint,
   String validationSchema):String
Sequential
Tags: throws=Exception
Notes: Validate the given item xml against the matching validation schema.
@return The validation report as xml.