}
private BindingFactoryManager getBindingFactoryManager(String ns, Bus bus) throws BusException {
SoapBindingFactory bindingFactory = new SoapBindingFactory();
BindingFactoryManager bfm = new BindingFactoryManagerImpl();
bfm.registerBindingFactory(ns, bindingFactory);
return bfm;
}
@Test
public void testNoBodyParts() throws Exception {