Assert.fail();
}
SaveService ss = new SaveService();
ss.setAuthInfo(authInfoJoe);
BusinessService bs = new BusinessService();
bs.setBusinessKey(TckBusiness.JOE_BUSINESS_KEY);
bs.setServiceKey(TckBusinessService.JOE_SERVICE_KEY);
bs.setBindingTemplates(new BindingTemplates());
BindingTemplate bt = new BindingTemplate();
bt.setBindingKey(TckBusinessService.JOE_BINDING_KEY_1);
bt.setServiceKey(null);
bt.setAccessPoint(new AccessPoint("http://localhost", "wsdl"));
bs.getName().add(new Name("Joe's bs", null));
DigSigUtil ds = GetDigSig();
bt = ds.signUddiEntity(bt);
bs.getBindingTemplates().getBindingTemplate().add(bt);
be.setBusinessServices(new BusinessServices());
be.getBusinessServices().getBusinessService().add(bs);
sb.getBusinessEntity().add(be);