be.getDiscoveryURLs().getDiscoveryURL().add(new DiscoveryURL("serviceList", "http://www.marybusinessone.com/services"));
be.getName().add(new Name("Mary Doe Enterprises", "en"));
be.getName().add(new Name("Maria Negocio Uno", "es"));
be.getDescription().add(new Description("This is the description for Mary Business One.", "en"));
be.setContacts(new Contacts());
Contact c = new Contact();
c.setUseType("administrator");
c.getPersonName().add(new PersonName("Mary Doe", "en"));
c.getPersonName().add(new PersonName("Juan Doe", "es"));
c.getDescription().add(new Description("This is the administrator of the service offerings.", "en"));
be.getContacts().getContact().add(c);
be.setBusinessServices(new BusinessServices());
BusinessService bs = new BusinessService();
bs.setBusinessKey("uddi:uddi.marypublisher.com:marybusinessone");
bs.setServiceKey("uddi:uddi.marypublisher.com:marybusinessoneservice");