Closes an interview service session.
Interview service session ID.
Return message showing that the session was successfully closed.
Can be found at examples\rulebases\compiled\InterviewServiceTest.zip in the Oracle Policy Automation Runtime package.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/interview/10.4/InterviewServiceTest/types">
<soapenv:Header/>
<soapenv:Body>
<typ:close-session-request>
<typ:interview-session-id>7b7ab88b-2e44-4b2c-95c8-3282d0fa82df</typ:interview-session-id>
</typ:close-session-request>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/interview/10.4/InterviewServiceTest/types">
<SOAP-ENV:Header>
<i18n:international>
<i18n:locale>en_US</i18n:locale>
<i18n:tz>GMT+08:00</i18n:tz>
</i18n:international>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<typ:close-session-response>
<typ:interview-session-id>7b7ab88b-2e44-4b2c-95c8-3282d0fa82df</typ:interview-session-id>
</typ:close-session-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>