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

  • SEARCH
  • Home
  • 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 8674999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:50:35+00:00 2026-06-12T19:50:35+00:00

I have a WCF web service with exposing 3 end points. But when I

  • 0

I have a WCF web service with exposing 3 end points.
But when I debug it to WCF test client it is only showing one basicHttpBinding endpoint.

1 : Why so?

2 : Here I have one operation contract “CallADSWebMethod” which returns a DataContract (VINDescription)..Just curious to know..why this works great for me in real time but still it is not testable by test client..I mean Test client says “This operation is not supported by test client”

3 : Here in the endpointBehaviors – I have only given and no …But still it is working from jquery ajax call..So what is the significance of “enableWebScript” ??

Test client Image

Config Info

<system.serviceModel>
    <services>
      <service behaviorConfiguration="asmx" name="ADSChromeVINDecoder.Service">
        <endpoint address="basic"
                  binding="basicHttpBinding"
                  name="httpEndPoint"
                  contract="ADSChromeVINDecoder.IService"/>
        <endpoint address="json"
                  binding="webHttpBinding"
                  behaviorConfiguration="webBehavior"
                  name="webEndPoint"
                  contract="ADSChromeVINDecoder.IService"/>
        <endpoint contract="IMetadataExchange"
                  binding="mexHttpBinding"
                  address="mex" />
      </service>
    </services>
    <behaviors>
      <endpointBehaviors>
        <behavior name="webBehavior">
          <webHttp/>
        </behavior>
      </endpointBehaviors>
      <serviceBehaviors>
        <behavior name="asmx">
          <serviceMetadata httpGetEnabled="true"/>
          <serviceDebug includeExceptionDetailInFaults="true"/>
        </behavior>
      </serviceBehaviors>
    </behaviors>
    <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
  </system.serviceModel>
  • 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-12T19:50:36+00:00Added an answer on June 12, 2026 at 7:50 pm

    The WCF Test Client will only show the SOAP endpoints – and there’s only one of those (the one with the basicHttpBinding).

    • The json endpoint uses webHttpBinding (which is REST based – can’t be tested by WCF Test Client)

    • The mex endpoint is the metadata exchange endpoint – not a real service endpoint.

    Therefore, the WCF Test Client correctly show only one (SOAP) endpoint – there is only one!

    Update: the WCF Test Client is rather limited, and one of the limits is that it cannot deal with your own custom datatypes as parameters. You can basically only test methods with parameters of type int, string, datetime and the like – the simplistic data types.

    If you need more advanced web service testing, you should check out the (freely available) SoapUI tool for testing your SOAP web services – including complex parameter types and a lot more.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WCF web service. This web service should only allow certain client
We have a WCF service exposing a basicHTTPBinding endpoint, but I need to consume
I have a wcf web service and I need to provide the client with
i have a c# wcf web service and a c# client which makes calls
I have a WCF Web Service with a custom username/password validator. How does one
I have a WCF web service that works perfectly with an http address, but
I have a wcf web service which is configured for JSON. But my data
I have a wcf service thats exposing a service using two endpoints. One endpoint
I have WCF web service and client that calls this service, This client will
I have one WCF web service hosted on https. which android versions supports https.

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.