Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8079049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:59:14+00:00 2026-06-05T15:59:14+00:00

I have the below config in my web.config for WCF. <serviceMetadata httpGetEnabled=true /> So

  • 0

I have the below config in my web.config for WCF.

<serviceMetadata httpGetEnabled="true" /> 

So once I do this I will get schema location in wsdl as

<xsd:import schemaLocation="http://mysever/Projectname/Services/myService?xsd=xsd0" namespace="MyServiceHost/Service/01/2011"/>

But i want to change that to https://mysever/Projectname/Services/myService?xsd=xsd0.

I cannot enable httpsGetEnabled = true as i will be getting wsdl through http, but i wanted to have the service requests in https.

I am using a loadbalancer, where loadbalancer to webservers traffic is over http.

Any suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T15:59:15+00:00Added an answer on June 5, 2026 at 3:59 pm

    I would suggest to use WCFExtras (HOWTO) or WCFExtrasPlus.

    How to use ECFExtras:

    1. Add following extension to the config file

      <extensions>
        <behaviorExtensions>
          <add
            name="wsdlExtensions"
            type="WCFExtras.Wsdl.WsdlExtensionsConfig, WCFExtras, Version=1.0.0.0, Culture=neutral"
          />
        </behaviorExtensions>
      </extensions>
      
    2. Add custom behavior

      <behavior name="CustomBehavior">
        <wsdlExtensions location="https://mysever/Projectname/Services/myService.svc"/>
      </behavior>
      

    Also you can use SoapExtensionReflector.

    Moreover you would need to add the following attribute to the service declaration ot be able to use the service through the load balancer.

    [ServiceBehavior(AddressFilterMode = AddressFilterMode.Any)]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the below in my WCF Web.Config. When I try to access the
I have hosted one WCF Service on the Azure platform and in web.config enabled
i try to get some data via WCF. İ created below app.config. But i
Hi I have add the provider in my web config as below: <add name=MvcSiteMapProvider
In my web.config file I have: <siteMap defaultProvider=MvcSiteMapProvider enabled=true> <providers> <clear /> <add name=MvcSiteMapProvider
I have se the below date format in the codeignitor config.php $config['log_date_format'] = 'd/m/Y';
I have below query I am trying to show message 'No SubSource for this
How do I enable/create a MEX endpoint in the below web config so I
I have a WCF web service for a silverlight application that doesn't seem to
I have a WCF REST service. I verified Webconfig file and all config items

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.