Saves all data input for the current interview engine session using a data adapter added to the interview session. A generic error (soap fault) will be returned if no data adapter has been installed in the interview engine.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://oracle.com/determinations/server/interview/InterviewServiceTest/types">
<soapenv:Header/>
<soapenv:Body>
<typ:save-data-request>
<typ:interview-session-id>8597fae8-44dc-4cb9-9f54-0eb037517653</typ:interview-session-id>
<typ:case-id>investigation1</typ:case-id>
</typ:save-data-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/InterviewServiceTest/types">
<SOAP-ENV:Header>
<i18n:international>
<i18n:locale>en_US</i18n:locale>
<i18n:tz>GMT+1000</i18n:tz>
</i18n:international>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<typ:save-data-response>
<typ:interview-session-id>8597fae8-44dc-4cb9-9f54-0eb037517653</typ:interview-session-id>
<typ:case-id>investigation1</typ:case-id>
<typ:success>true</typ:success>
</typ:save-data-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>