What is Fault Contract in WCF
Answer Posted / venu kancharla
A Fault Contract can be associated with service operation to denote the errors that can be return to the the client.
An operation can have zero or more errors associated with it.
These errors are SAOP Errors that are moduled as exceptions with in the programming.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is message contract in wcf?
What is service host factory in wcf?
What are different isolation levels?
What is overloading in wcf? How to do authentication in wcf?
What is the usage of "receivetimeout" property in wcf?
what is msmq binding? : Wcf data services
WCF:What types of reliable messaging are implemented in the WCF?
Explain use of Endpoints in WCF Service?
explain what are the main components of wcf? : Wcf data services
WCF:Can the Reliable session be established with the one- way, or the request-reply, or with the duplex, or with all those exchange message patterns?
What is the difference between web service and wcf service?
Explain about contracts?
What is difference between wcf and wpf?
What are the types of bindings in wcf?
Please explain different modes of security in wcf? Or explain the difference between transport and message level security.