OPA End Interview Workflow
This workflow ends an interview session. The following figure shows this workflow.
The OPA Interview Service Main Workflow calls this workflow as a subprocess when the user clicks the Close button in an interview session or when an error or a Simple Object Access Protocol (SOAP) fault exception occurs in the interview session.

Workflow Description
This workflow performs the following actions:
-
Prepare Request End Interview. This step calls the Prepare Request method from the OPA Interview Framework Service business service to prepare the End Request integration object (EndInterviewRequest:EndInterviewRequest).
-
End Interview Send Receive. This step calls the EndInterview method from the odsInterviewService12.2_SiebelOPAIntegration_type Outbound Business Service. The input argument to this method is the EndInterview Request integration object (EndInterviewRequest:EndInterviewRequest). This method returns the response integration object (EndInterviewResponse:EndInterviewResponse).
-
Error Handling. This step calls the ErrorHandling method from the OPA Interview Framework Service business service if errors or Simple Object Access Protocol (SOAP) fault exceptions occur during the Intelligent Advisor outbound proxy call for the EndInterview method. The input arguments to the ErrorHandling method are the fault code and fault string.