Gets the details of a screen outside of the context of an investigation of a particular goal. One common use for this operation would be to get a data review screen.
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:get-screen-request> <typ:interview-session-id>de5ee582-4ae6-43f6-86fc-0f299ff37178</typ:interview-session-id> <typ:screen-id>dr$DefaultScreenOrder$global$global</typ:screen-id> </typ:get-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+0800</i18n:tz> </i18n:international> </SOAP-ENV:Header> <SOAP-ENV:Body> <typ:get-screen-response> <typ:interview-session-id>de5ee582-4ae6-43f6-86fc-0f299ff37178</typ:interview-session-id> <typ:screen id="dr$DefaultScreenOrder$global$global" name="Default Data Review" title="Data Review" context-entity-id="global" context-instance-id="global" type="data-review" is-automatic="false"> <typ:data-review-control is-visible="true" caption="DefaultScreenOrder" caption-style="" is-html="false" css-class="" css-style=""> <typ:screen id="qs$s2@Interviews_Screens_xint$global$global" name="s2@Interviews_Screens_xint" title="Input person's details" context-entity-id="global" context-instance-id="global" type="question" is-automatic="false"> <typ:currency-control is-visible="true" caption="What is the person's annual salary?" caption-style="" is-html="false" css-class="" css-style="" attribute-id="person_salary" is-mandatory="true" is-read-only="false" selection-style="default"> <typ:current-value> <typ:number-val>50000.0</typ:number-val> </typ:current-value> <typ:default-value> <typ:unknown-val/> </typ:default-value> <typ:properties> <typ:property key="CustomControlProperty"/> </typ:properties> </typ:currency-control> <typ:text-control is-visible="true" caption="What is the person's nickname?" caption-style="" is-html="false" css-class="" css-style="" attribute-id="person_nickname" is-mandatory="true" is-read-only="false" selection-style="default" line-count="1"> <typ:current-value> <typ:text-val>JohnB</typ:text-val> </typ:current-value> <typ:default-value> <typ:unknown-val/> </typ:default-value> <typ:properties> <typ:property key="CustomControlProperty"/> </typ:properties> </typ:text-control> <typ:properties> <typ:property key="CustomScreenProperty"/> </typ:properties> </typ:screen> </typ:data-review-control> </typ:screen> </typ:get-screen-response> </SOAP-ENV:Body> </SOAP-ENV:Envelope>