public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('SentLog', $strComplexTypeArray)) {
         $strComplexTypeArray['SentLog'] = SentLog::GetSoapComplexTypeXml();
         Word::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }