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
pooja joshi
NA
8
6.3k
Consume live WCF service through code behind in c#.net
May 18 2013 3:22 AM
When I use Live WCF service it show error "There was no endpoint listening at this that could accept the message. This is often caused by an incorrect address or SOAP action.
In code behind,
I wrote
BasicHttpBinding binding = new BasicHttpBinding();
//WSHttpBinding binding = new WSHttpBinding();
//Specify the address to be used for the client.
EndpointAddress address = new EndpointAddress("http://abc.abc.com/googlepasswordservice/googleadservice.svc");
serv = new GoogleAdServiceClient(binding, address);
Reply
Answers (
6
)
Using Live WCF service through code behind in c#.net
behaviorConfiguration = "ServiceBehavior" warning???