public static String getPostCodeFromWebKey(String webKey) {
   if (webKey == null) return null;
   return AcPostSummaryVoPk.createWebKey(webKey).getPostCode();
 }