newAddr.set("countryGeoId", context.get("countryGeoId"));
newAddr.set("postalCodeGeoId", context.get("postalCodeGeoId"));
toBeStored.add(newAddr);
try {
delegator.storeAll(toBeStored);
} catch (GenericEntityException e) {
Debug.logWarning(e.toString(), module);
Map<String, String> messageMap = UtilMisc.toMap("errMessage", e.getMessage());
errMsg = UtilProperties.getMessage(resource,"contactmechservices.could_not_create_contact_info_write", messageMap, locale);
return ServiceUtil.returnError(errMsg);