The SOAP Send Fault activity sends a SOAP fault to the client if an error occurs during processing of a SOAP request.
This activity is used when the SOAP Event Source process starter handles incoming SOAP requests. The WSDL file for the request can have one or more fault messages defined for an operation. The SOAP Send Fault activity can use the fault schema to send application-specific data about the fault back to the client that made the SOAP request.
This activity cannot be used if the SOAP request is one way.
SOAP faults are required to...