What is the difference between a fault and exception in
Apache SOAP?
Answer / 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 |
Explain about the SOAP Envelope element?
Explain the utilities of soap web services to its users?
What are advantages of soap?
what is the major obstacle faced by the users using SOAP?
What is a soap what for is it used?
What are the information contained in the service deployment model?
Which is better rest or soap?
Explain how you can parametrize the endpoints in soap ui?
Explain soap encoding?
Does soap use http get or post?
When to use soap api?
What are the tools used for testing web services?