Sets data from the supplied screen into the supplied interview session. This is done outside of the context of an investigation.
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:set-screen-request>
<typ:interview-session-id>7aea1549-411b-457a-91ae-f0dcb6e01818</typ:interview-session-id>
<typ:screen id="qs$s3@Interviews_Screens_xint$global$global" name="s3@Interviews_Screens_xint" title="Collect the children" context-entity-id="global" context-instance-id="global" type="question" is-automatic="false">
<typ:containment-relationship-control is-visible="true" caption-style="" is-html="false" css-class="" css-style="" relationship-id="children" source-entity-id="global" source-instance-id="global" target-entity-id="child" relationship-type="OneToMany" display-style="Portrait">
<typ:entity-instance-control is-visible="true" caption-style="" is-html="false" css-class="" css-style="" entity-id="child" instance-id="child1">
<typ:date-control is-visible="true" caption="What is the child's date of birth?" caption-style="" is-html="false" css-class="" css-style="" attribute-id="child_dob" is-mandatory="true" is-read-only="false" selection-style="" input-style="d">
<typ:current-value>
<typ:date-val>1996-01-01</typ:date-val>
</typ:current-value>
<typ:default-value>
<typ:unknown-val/>
</typ:default-value>
</typ:date-control>
</typ:entity-instance-control>
<typ:entity-instance-control is-visible="true" caption-style="" is-html="false" css-class="" css-style="" entity-id="child" instance-id="child2">
<typ:date-control is-visible="true" caption="What is the child's date of birth?" caption-style="" is-html="false" css-class="" css-style="" attribute-id="child_dob" is-mandatory="true" is-read-only="false" selection-style="" input-style="d">
<typ:current-value>
<typ:date-val>1997-01-01</typ:date-val>
</typ:current-value>
<typ:default-value>
<typ:unknown-val/>
</typ:default-value>
</typ:date-control>
</typ:entity-instance-control>
</typ:containment-relationship-control>
</typ:screen>
</typ:set-screen-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:set-screen-response>
<typ:interview-session-id>7aea1549-411b-457a-91ae-f0dcb6e01818</typ:interview-session-id>
<typ:success>true</typ:success>
</typ:set-screen-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>