Opens an interview service session.
Note: if an attempt is made to set any inferred entity instances in the Open Session request, an error will result.
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:open-session-request/>
</soapenv:Body>
</soapenv:Envelope>
<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:open-session-request>
<typ:global-instance>
<typ:attribute id="person_salary" type="currency">
<typ:number-val>500.0</typ:number-val>
</typ:attribute>
<typ:entity id="school">
<typ:instance id="school1">
<typ:attribute id="school_num_students" type="number">
<typ:number-val>4000.0</typ:number-val>
</typ:attribute>
<typ:attribute id="school_type" type="text">
<typ:text-val>PRIMARY</typ:text-val>
</typ:attribute>
<typ:relationship id="schoolsstudents" state="known">
<typ:target instance-id="child1"/>
</typ:relationship>
</typ:instance>
</typ:entity>
<typ:entity id="child">
<typ:instance id="child1">
<typ:attribute id="child_dob" type="date">
<typ:date-val>1997-01-01</typ:date-val>
</typ:attribute>
<typ:relationship id="childsschool" state="known">
<typ:target instance-id="school1"/>
</typ:relationship>
</typ:instance>
</typ:entity>
</typ:global-instance>
</typ:open-session-request>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="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">
<soapenv:Header>
<i18n:international>
<i18n:locale>en_US</i18n:locale>
</i18n:international>
</soapenv:Header>
<soapenv:Body>
<typ:open-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:open-session-response>
<typ:success>true</typ:success>
<typ:interview-session-id>ebab8833-0b4a-4d69-b681-4d5d9f0c7475</typ:interview-session-id>
</typ:open-session-response>
</SOAP-ENV:Body>
</SOAP-ENV: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:open-session-response>
<typ:success>true</typ:success>
<typ:interview-session-id>d95d6976-b74a-4b68-844e-04caad92d7d6</typ:interview-session-id>
</typ:open-session-response>
</SOAP-ENV:Body>
</SOAP-ENV: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:open-session-response>
<typ:success>true</typ:success>
<typ:interview-session-id>7b7ab88b-2e44-4b2c-95c8-3282d0fa82df</typ:interview-session-id>
</typ:open-session-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>