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