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 8187819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T02:41:26+00:00 2026-06-07T02:41:26+00:00

I have a service which is hosted in Azure environment. i am consuming that

  • 0

I have a service which is hosted in Azure environment. i am consuming that service using a console application. While doing so, i get exception:

“The requested service,
‘http://xxxx-d.yyyy.be/Services/zzzzInService.svc‘ could not be
activated. See the server’s diagnostic trace logs for more
information.”

Can anyone help me to find what i am missing ?

The service is defined like this –

<service name="xxxx.AppServer.Host.Services.yyyyy.zzzzPlugInService"
   behaviorConfiguration="MetadataBehavior" xdt:Locator="XPath(//service[@name='xxxx.AppServer.Host.Services.yyyy.zzzzPlugInService'])" xdt:Transform="Replace">

<endpoint address="" binding="basicHttpBinding"  bindingConfiguration="basicHttpBinding" contract="xxxx.Shared.IntegrationServices.yyyy.IzzzzPlugInService">
  <identity>
    <dns value="localhost"/>
  </identity>
</endpoint>
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpsBinding" contract="xxxx.Shared.IntegrationServices.yyyy.IzzzzPlugInService">
  <identity>
    <dns value="localhost"/>
  </identity>
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>

When i Use the link http://xxxx-d.yyyy.be/Services/zzzzInService.svc in browser i get these messsage –

The binding at system.serviceModel/bindings/basicHttpBinding does not
have a configured binding named ‘basicHttpBinding’. This is an invalid
value for bindingConfiguration.

source :

<endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpBinding" contract="xxxx.Shared.IntegrationServices.zzzzz.IzzzzPlugInService">
  • 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-07T02:41:27+00:00Added an answer on June 7, 2026 at 2:41 am

    The error says that you don’t have a binding configuration for “basicHttpBinding” named “basicHttpBinding”. Since you didn’t post your complete config, and the error message says that, I’ll assume that this is the case.

    The config below (under <system.serviceModel>) has two binding definitions under <basicHttpBinding>, one for each binding configuration you have in your endpoint declarations. You should have something similar in your config as well.

    <services>
        <service name="xxxx.AppServer.Host.Services.yyyyy.zzzzPlugInService"
                 behaviorConfiguration="MetadataBehavior"
                xdt:Locator="XPath(//service[@name='xxxx.AppServer.Host.Services.yyyy.zzzzPlugInService'])"
                xdt:Transform="Replace">
            <endpoint address=""
                      binding="basicHttpBinding" 
                      bindingConfiguration="basicHttpBinding"
                      contract="xxxx.Shared.IntegrationServices.yyyy.IzzzzPlugInService">
                <identity>
                    <dns value="localhost"/>
                </identity>
            </endpoint>
            <endpoint address="" 
                      binding="basicHttpBinding" 
                      bindingConfiguration="basicHttpsBinding" 
                      contract="xxxx.Shared.IntegrationServices.yyyy.IzzzzPlugInService">
                <identity>
                    <dns value="localhost"/>
                </identity>
            </endpoint>
            <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
        </service>
    </services>
    <bindings>
        <basicHttpBinding>
            <binding name="basicHttpBinding" />
            <binding name="basicHttpsBinding">
                <security mode="Transport" />
            </binding>
        </basicHttpBinding>
    </bindings>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple web service which is hosted inside a console application. It
I have a Asp.net WebAPI service that is hosted on AppHarbor which throws 404
I have a WCF Service that I have written, which is hosted within a
I have a WCF service which is hosted in a WinForms application. This WCF
i have a data service hosted in azure from which i am sending notification
I have a C#/WCF application (hosted in windows service) which was deployed and tested
I have a Windows Azure site which is deployed to two separate hosted services.
I have a WCF client & service, where service (which is hosted inside a
I have several wcf services which are hosted using ServiceHost class. Now , I
I have a service which creates a number of child processes. Using c# I

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.