Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have WCF which is hosted in local server. The url in local server is http://local/mypage.svc. The client will call my service via F5 using this url "https://domain/mypage.svc". now the client got the error "
cannot obtain metadata from https://domain/mypage.svc WCF
". I have added in my config.

What I have tried:

<behaviors>   
 <serviceBehaviors>       
<behavior name="metadataBehavior">          <serviceMetadata httpGetEnabled="true" />       </behavior>    
</serviceBehaviors> 
</behaviors> 
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900