System.out.println("testSignBusiness signing");
BusinessEntity be = new BusinessEntity();
be.setBusinessKey("uddi:juddi.apache.org:testkey");
be.setDiscoveryURLs(new DiscoveryURLs());
be.getDiscoveryURLs().getDiscoveryURL().add(new DiscoveryURL("website", "http://localhost"));
be.getDescription().add(new Description("a description", "en"));
be.getName().add(new Name("My biz", "en"));
BusinessEntity signUDDI_JAXBObject = ds.signUddiEntity(be);
Assert.assertNotSame("items are the same", be, signUDDI_JAXBObject);
//System.out.println("verifing");