What is the difference between a fault and exception in
Apache SOAP?
Answer Posted / supra
The difference lies in where the error occurs - on the
client side (during the generation of the soap request or
the unmarshalling the response) - or on the server side
(when unmarshalling the request, processing the message or
marshalling the response). The client side raises an
exception whereas the server side sends a SOAP response to
the client indicating an error occured on the server side
(ie. you get a SOAP fault).
For example, sending a SOAP encoded request for a
method that does not exist results in a SOAP fault whereas
if the server sends a response with a field that does not
exist in a client side class a SOAP exception will be
raised.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why is rest more popular than soap?
What is entrust entitlements service?
List out important characteristics of a SOAP envelop element?
What is the role of wsdl document in web service testing?
What is the use of protocol rest?
How does soap work?
Is binding between soap and wsdl possible?
Is soap based on http?
write a sql query retrive all xml data. how to retrive xml data wit single sql query.
What are the advantages and disadvantages of soap?
What are the problems faced by users by using soap?
How a soap message is structured?
Explain about Transport methods in SOAP?
What is the difference between top down and bottom up approach in soap web services?
Define soap web services?