In this article
The following query may be used to report on the amount of errors recently generated from XML Web Services:
select count(id) as count
from [confirmlog]..[webservicemonitor] with(nolock)
where errorflag<>0
and performed > dateadd(mi,-10,getdate())