BusinessService service = new BusinessService();
service.setServiceKey("fe8af00d-3a2c-4e05-b7ca-95a1259aad4f");
service.setBusinessKey("b8cc7266-9eed-4675-b621-34697f252a77");
service.setBindingTemplates(bindings);
service.setCategoryBag(catBag);
service.addName(new Name("serviceNm"));
service.addName(new Name("serviceNm2","en"));
service.addDescription(new Description("service whatever"));
service.addDescription(new Description("service whatever too","it"));
BusinessServices services = new BusinessServices();
services.addBusinessService(service);
services.addBusinessService(service);
BusinessEntity business = new BusinessEntity();
business.setBusinessKey("6c0ac186-d36b-4b81-bd27-066a5fe0fc1f");
business.setAuthorizedName("Steve Viens");
business.setOperator("jUDDI");
business.addName(new Name("businessNm"));
business.addName(new Name("businessNm2","en"));
business.addDescription(new Description("business whatever"));
business.addDescription(new Description("business whatever too","fr"));
business.setDiscoveryURLs(discURLs);
business.setCategoryBag(catBag);
business.setIdentifierBag(idBag);