Quantcast
Channel: WCF, ASMX and other Web Services
Viewing all articles
Browse latest Browse all 555

I am trying to make a WCF service over basicHttpBinding to be used over http

$
0
0

here my web.config

<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IWorkerProcessService">
<security mode="Transport">
<transport clientCredentialType="Basic"/>
</security>
</binding>
<binding name="BasicHttpBinding_IWorkerProcessService1"/>
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://xxxxxxxx/WorkerProcessService.svc" binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding_IWorkerProcessService" contract="ServerReference.IWorkerProcessService"
name="BasicHttpBinding_IWorkerProcessService"/>
</client>

I get this error The provided URI scheme 'http' is invalid; expected 'https'

Please give solution for this..


Viewing all articles
Browse latest Browse all 555

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>