How Can I access WCF services using a Web Referenc

2019-05-31 05:30发布

问题:

What WCF configuration settings makes WCF service, so that I can access as old ASMX web services? How can I authenticate using Authentication header what I used in Old ASMX web services?

回答1:

Just use basicHttpBinding

Here is an example of the configuration:

http://msdn.microsoft.com/en-us/library/ms731347.aspx



回答2:

Check this out : ASMX to WCF migration