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