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

WCF:What is it the Net.TCP Port Sharing? How can we use it?

0 Answers   ADP,


What is service proxy in wcf?

0 Answers  


What do you understand by the term soap?

0 Answers  


What is NetMsmqBinding Binding in WCF?

0 Answers   Viscus Infotech,


what is wcf tcp binding type? : Wcf data services

0 Answers  






Describe the terminology service versioning?

0 Answers  


Explain briefly different instance modes in wcf?

0 Answers  


Explain the difference between transport and message level security.

0 Answers  


What is contract? What are the types of contract?

0 Answers  


Why to use wcf?

0 Answers  


Explain service contracts?

0 Answers  


WCF:What types of the operation contract parameters could be streamed?

3 Answers   Logica CMG,


Categories