Hi
can anyone tell me? What are the elements of WCF Services Client Configuration file?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priya LingePosted Jul 27, 2011, 12:38 AM
WCF client configuration has following important elements.
address, binding, behavior, and contract .
All the WCF communications are take place through end point. End point consists of three components
1.Address: where this WCF service is hosted .
2.Binding : how client will communicate with service.
3.Contract :Collection of operation that specifies what the endpoint will communicate with outside world.
Please see below link for more information about WCF service.
http://wcftutorial.net/EndPoint.aspx
Hope it will help you.
Thanks.
Suthish NairPosted Jul 27, 2011, 1:58 AM