Integration Server 10.15 | Web Services Developer’s Guide | Working with Response Services | Signature for a genericFault_Response Service
 
Signature for a genericFault_Response Service
The genericFault_Response service is a service to handle any faults or errors that are not directed to a specific response service. If a SOAP fault returned by the web service provider contains an addressing action, Integration Server invokes the appropriate response service. Integration Server invokes the genericFault_Response service only if it cannot determine the specific response service for a SOAP response or if there are errors while processing the response. You must add custom logic to the genericFault_Response service for handling the faults.
The signature of genericFault_Response service is the same as the output signature of web service connector. In addition to these parameters, the genericFault_Response service also contains messageContext as an input parameter. You can use the messageContext parameter to access the response SOAP message using the pub.soap.handler:getSOAPMessage service.
For more information about the signature of the genericFault_Response service, see the output parameters of a web service connector that is specified in Signature for a Web Service Connector.