Name n = new Name();
n.setValue("JUDDI_JIRA_571_Part2_Test no lang");
be.getName().add(n);
sb.getBusinessEntity().add(be);
BusinessService bs = new BusinessService();
n = new Name();
n.setValue("Service1 No Lang");
bs.getName().add(n);
be.setBusinessServices(new BusinessServices());
be.getBusinessServices().getBusinessService().add(bs);
bs = new BusinessService();
n = new Name();
n.setValue("Service2 Lang");
n.setLang("en");
bs.getName().add(n);
be.getBusinessServices().getBusinessService().add(bs);
try {
BusinessDetail saveBusiness = publication.saveBusiness(sb);
businesskeysToDelete.add(saveBusiness.getBusinessEntity().get(0).getBusinessKey());
targetServiceKeys.add(saveBusiness.getBusinessEntity().get(0).getBusinessServices().getBusinessService().get(0).getServiceKey());