I have Dot Net Framework 3.5 Web Service: http://www.dneonline.com/calculator.asmx I want to consume it on dot Net Core (3 or 6, any version).
When I run the program, it throws exception: PlatformNotSupportedException: Configuration files are not supported
Is it technically possible or not to call WCF Dot Net Framework 3.5 from any Dot Net Core application?
Reference: https://medium.com/compendium/integrating-with-soap-web-services-in-net-core-adebfad173fb https://howtodomssqlcsharpexcelaccess.blogspot.com/2019/06/mvc-consume-web-service-service.html