bs.setServiceKey(TckBusinessService.JOE_SERVICE_KEY);
bs.getName().add(new Name("Joe's bs", null));
be.setBusinessServices(new BusinessServices());
be.getBusinessServices().getBusinessService().add(bs);
DigSigUtil ds = GetDigSig();
be = ds.signUddiEntity(be);
sb.getBusinessEntity().add(be);
try {
BusinessDetail saveBusiness = publication.saveBusiness(sb);
Assert.fail("unexpected success");
} catch (Exception ex) {