The HTML document does not contain Web service discovery information

You might receive the message

——————————————————————————————-

The HTML document does not contain Web service discovery information.
Metadata contains a reference that cannot be resolved: ‘
http://localhost:1091/Service1.svc’
.
Content Type application/soap+xml; charset=utf-8 was not supported by service
http://localhost:1091/Service1.svc
.  The client and service bindings may be mismatched.
The remote server returned an error: (415) Unsupported Media Type.
If the service is defined in the current solution, try building the solution and adding the service reference again

——————————————————————————————

like the picture below.

WCFReferenceError

One of the possibility is the service name in your Web.config

WCFWebconfig 

does not match the namespace in your class file.

WCFIserverClass

Make sure the names are the same then try again.

Download the complete code from
http://skydrive.live.com
.The sample file name is WcfServiceCMM.rar. My MSN ID is chanmmn@hotmail.com.

About these ads

About chanmingman

Ming Man is a senior manager for a development company. With 20 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in .Net and tagged , . Bookmark the permalink.

3 Responses to The HTML document does not contain Web service discovery information

  1. Pingback: How to configure WCF Service to wsHttpBinding binding | Chanmingman's Blog

  2. Great post. I was checking continuously this weblog and I am inspired! Very useful information specifically the final section :) I take care of such info much. I was looking for this particular information for a long time. Thank you and good luck.

  3. Manjunath says:

    I tried this but hasn’t helped me..

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s