ch
2022-11-23 7bc1a0a3d3f00e50af0c599c5d2b5ec00bfa6610
WebAPI/Web References/WebS/Reference.cs
@@ -1075,7 +1075,8 @@
        
        /// <remarks/>
        public WebService1() {
            this.Url = global::WebAPI.Properties.Settings.Default.WebAPI_WebS_WebService1;
            //this.Url = global::WebAPI.Properties.Settings.Default.WebAPI_WebS_WebService1;
            this.Url = System.Configuration.ConfigurationManager.AppSettings["sUrl"];
            if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                this.UseDefaultCredentials = true;
                this.useDefaultCredentialsSetExplicitly = false;