//if(options.authFile != null)
Authenticator.setDefault(new DefaultAuthenticator(receiver, options.authFile));
WSDLModeler wsdlModeler = new WSDLModeler(options, receiver);
Model wsdlModel = wsdlModeler.buildModel();
if (wsdlModel == null) {
listener.message(WsdlMessages.PARSING_PARSE_FAILED());
return false;
}
SchemaCompilerEx schemaCompilerEx = (SchemaCompilerEx) (options