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
satya kumar
NA
2
20k
There was no endpoint listening at http://localhost:63102
Oct 30 2014 6:36 AM
I am using a wcf service IN wpf APPLICATION which is written by someone else while implementing it I am getting an error [There was no endpoint listening at http://localhost:63102/AppointmentsService.svc that could accept the message. This is often caused by an incorrect address or SOAP action. ] I have checked in App.config file also..
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IAppointmentsService" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://localhost:63102/AppointmentsService.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAppointmentsService"
contract="AppointmentsService.IAppointmentsService" name="BasicHttpBinding_IAppointmentsService" />
</client>
</system.serviceModel>
Please look into it and help me out. Thank you
Reply
Answers (
4
)
WCF Restful service to insert data to sql server
Which transaction manager will be used in the WCF