TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mayur Gujrathi
386
3.9k
1m
wcf service is not running in Test Client
Jul 8 2013 5:45 AM
My wcf service is not running in Test Client but running through browser and also when i am fetching through jquery
What might be problem
Error:
Failed to add a service. Service metadata may not be accessible. Make sure your service is running and exposing metadata.
Error: Cannot obtain Metadata from http://localhost:59160/Service1.svc If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address. For help enabling metadata publishing, please refer to the MSDN documentation at http://go.microsoft.com/fwlink/?LinkId=65455.WS-Metadata Exchange Error URI: http://localhost:59160/Service1.svc Metadata contains a reference that cannot be resolved: 'http://localhost:59160/Service1.svc'. There was no endpoint listening at http://localhost:59160/Service1.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. The remote server returned an error: (404) Not Found.HTTP GET Error URI: http://localhost:59160/Service1.svc The HTML document does not contain Web service discovery information.
Reply
Answers (
2
)
SOAP communication with WCF
How to Hosted Server in my WCF Service and my WebApplication