sb.setAuthInfo(authInfoJoe);
BusinessEntity be = new BusinessEntity();
Name n = new Name();
n.setValue("ServiceDescLangTooLongTest A Test business");
be.getName().add(n);
be.setBusinessServices(new BusinessServices());
BusinessService bs = new BusinessService();
Description d = new Description();
d.setValue(str255);
d.setLang(str27);
bs.getDescription().add(d);