Click here to Skip to main content
15,888,590 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have WCF web service hosted on the local server. The client will call F5 (load balancer) which is using https. and then will send the request to local server. the architecture is like this Client=>https(https://extranet.com/service.svc)=>http(http://localcom/service.svc). now the client got the error. "Cannot obtain Metadata from https://extranet.com/service.svc If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address"

What I have tried:

<useRequestHeadersForMetadataAddress/>
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