!WSIFPluggableProviders.isProviderAvailable(
"http://schemas.xmlsoap.org/wsdl/soap/",
"http://schemas.xmlsoap.org/wsdl/soap/") );
WSIFPluggableProviders.overrideDefaultProvider(
"http://schemas.xmlsoap.org/wsdl/soap/",
new WSIFDynamicProvider_ApacheAxis() );
assertTrue( "AutoLoadProviders 3",
WSIFPluggableProviders.isProviderAvailable(
"http://schemas.xmlsoap.org/wsdl/soap/",
"http://schemas.xmlsoap.org/wsdl/soap/") );
WSIFPluggableProviders.setAutoLoadProviders( true );