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