// The default SOAP provider is the Apache AXIS provider. If soap was specified
// then change the Apache SOAP provider
if ("soap".equals(protocol)) {
WSIFPluggableProviders.overrideDefaultProvider(
"http://schemas.xmlsoap.org/wsdl/soap/",
new WSIFDynamicProvider_ApacheSOAP());
}
System.out.println("Reading WSDL document from '" + wsdlLocation + "'");
Definition wsdlDefinition = null;
if (authconfig == null) {