What is Fault Contract in WCF

Answers were Sorted based on User's Feedback



What is Fault Contract in WCF..

Answer / sandeep

Suppose the service I consumed is not working in the client
application. I want to know the real cause of the problem.
How I can know the error? For this we are having Fault
Contract. Fault Contract provides documented view for error
occurred in the service to client. This helps us to easy
identity, what error has occurred.

Is This Answer Correct ?    17 Yes 2 No

What is Fault Contract in WCF..

Answer / 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

More WCF Interview Questions

What is difference between WCF service application and WCF service Library?

0 Answers   Petranics Solutions, Viscus Infotech,


What are contracts in wcf?

0 Answers  


How many types of binding are there in wcf?

0 Answers  


How can you generate proxies using svcutil in wcf?

0 Answers  


Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?

0 Answers  






What are the types of Data Contracts in WCF?

0 Answers  


How many ways to hosting WCF service?

0 Answers  


Differentiate between datacontractserializr and xmlserializer?

1 Answers  


What is a soa service?

0 Answers  


What is callback mode in wcf? Explain.

0 Answers  


List out the difference between XMLSerializer and the DataContractSerializer?

0 Answers  


What are the advantages of wcf?

0 Answers  


Categories