Vorheriges Thema: Validating Installation of the Certificate

Nächstes Thema: Error Handling

Data Validation

Data errors can be caused by invalid authentication or authorization, bad data (during data validation), or business errors.

During data validation, the data is checked for possible errors such as incorrect data type, impermissible values, and invalid string lengths.

A data error of any kind gives the user a SOAP Fault. The details of the error can be found in the Reason field of the SOAP Fault. (More information about SOAP Fault and the Reason field can be found at http://msdn.microsoft.com/en­us/library/ms189538.aspx.)