University of Cincinnati logo and link  
SOAP Response
 
  UC ingot 
When the SOAP processor has finished its work, it sends a SOAP response, usually over HTTP, back to the client.
  • The message format is similar, but the body contains the response data.
SOAP Exceptions are returned in the same manner as SOAP responses.
  • Exceptions occur if there is a problem in processing the data.
  • Additional information about the exception is included:
    • faultcode: The type of fault.
    • faultstring: A verbal description of the fault.
    • faultactor (optional): the address of the fault.
    • detail: An XML document with additional details about the fault.
 Whizdull