public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('NarroContextInfo', $strComplexTypeArray)) {
         $strComplexTypeArray['NarroContextInfo'] = NarroContextInfo::GetSoapComplexTypeXml();
         NarroContext::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroLanguage::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroUser::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroSuggestion::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }