You must Sign In to post a response.
  • Category: WCF

    WCF Service not working when calling with Https as external url

    Created web site and wcf service and deployed at IIS.
    so, internally both are referring with Http communication hence specified security mode as "Message"
    But for external purpose, redirected the default url to Https protocol. so, when browsing with Https
    url it is not working due to WCF not working as expected due to security mode.

    could some one let me know what might be the problem and how to resolve.
  • #769691
    below solutions worked .

    specified the Address with localhost as both are deployed on same server.

    specified IP address instead of domain and external url at WCF service address binding

    Thanks!
    B.Ramana Reddy


  • Sign In to post your comments