Development
Using a soap service in net core
We need to use svcutil tool to generate client for a soap client in .net core. Install it from CLI using the command below. dotnet tool install --global dotnet-svcutil Then you can check the version by --help parameter. dotnet-svcutil --help to generate a client stub for a soap service, we