There is possible to use F# with .net core to consume a SOAP Web service, with authentication by .pfx certificate and password?
A have a list of SOAP Services, but they change the url by the company I need to communicate. And I don't want to make manual the assign of the service. I was doing in C# on this way Create SOAP clients dynamic by WSDL, but not work in .net core.