service.addName(new org.apache.juddi.datatype.Name("serviceNm"));
service.addName(new org.apache.juddi.datatype.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");