Lists all of the top-level goals (including flows) for the interview session.
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:list-goals-request>
<typ:interview-session-id>93c74cec-9530-497a-a123-e44c5af1d479</typ:interview-session-id>
</typ:list-goals-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:list-goals-response>
<typ:interview-session-id>93c74cec-9530-497a-a123-e44c5af1d479</typ:interview-session-id>
<typ:entity id="global">
<typ:instance id="global">
<typ:goal>
<typ:goal-id>Attribute~person_eligible~global~global</typ:goal-id>
<typ:goal-text>Is the person eligible for education expenses assistance?</typ:goal-text>
<typ:has-decision-report>true</typ:has-decision-report>
<typ:attribute-id>person_eligible</typ:attribute-id>
</typ:goal>
</typ:instance>
</typ:entity>
</typ:list-goals-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>