if (!initializeStaticBusInstance)
{
BusFactory.setDefaultBus(null);
}
MuleUniversalTransport transport = new MuleUniversalTransport(this);
DestinationFactoryManager dfm = bus.getExtension(DestinationFactoryManager.class);
dfm.registerDestinationFactory("http://schemas.xmlsoap.org/soap/http", transport);
dfm.registerDestinationFactory("http://schemas.xmlsoap.org/wsdl/soap/http", transport);
dfm.registerDestinationFactory("http://cxf.apache.org/transports/http/configuration", transport);
dfm.registerDestinationFactory("http://schemas.xmlsoap.org/wsdl/http/", transport);