Question DQ Hu · Nov 7, 2016 SOAP Fault handling with ERROR #5659: Property '%ZHSLIB.Audit.LogParticipant::Log' required Environment: Cache for Windows (x86-64) 2015.2.2 (Build 811U) Thu Mar 3 2016 12:55:48 EST [HealthShare Modules:Core:14.01.351 When try the following to send back SOAP Fault, is the following correct way?Set fault=##class(%SOAP.Fault).%New()Set fault.faultcode=$$$FAULTServerSet fault.faultstring="Processing Error"Set fault.detail= "Error on server"Do ..ReturnFault(fault) #Business Service #Code Snippet #ObjectScript #SOAP #HealthShare 0 1 0 718