public class ActiveSOAPNotificationBrokerTest extends TestSupport {
public void testSubscribeWithSOAPEndpoint() throws Exception {
StubNotificationConsumer service = new StubNotificationConsumer();
XMLBeansRegistry registry = new XMLBeansRegistry();
registry.registerService(service);
final SoapService serverSide = new SoapService(registry);
serverSide.setRepairingNamespace(true);
ActiveMQNotificationBroker broker = new ActiveMQNotificationBroker() {