Interview Questions

What is the difference b/w fault and exception in Apache SOAP?

SOAP Interview Questions and Answers


(Continued from previous question...)

What is the difference b/w fault and exception in Apache SOAP?

Difference b/w the fault and exception depends upon where these error occurs, may be they occour on client side or on server side. Exception occurs on client side where as faulut occur on server side. I have explain you with an example.We send an SOAP encoded request for which method that does not exist results in a SOAP fault whereas when server sends a response with a field that does not exist in a client side class.

(Continued on next question...)

Other Interview Questions