I need to use http not https
The provided URI scheme 'http' is invalid; expected 'https'. Parameter name: via
What I have to change?
Using configuration file I need to switch from:
<customBinding>
<binding>
<httpsTransport />
</binding>
<customBinding>
to
<customBinding>
<binding>
<httpTransport />
</binding>
<customBinding>