Feedback Output File

The following sample code is an example of a SOAP response message generated from a third-party Web service in response to a Feedback method called by a Siebel application (version 8.1 or later).

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<SOAP-ENV:Body>
<rpc:FeedbackResponse xmlns:rpc="http://siebel.com/asi/">
<OutputFeedbackSiebelMessage>
		<ListOfSAFeedbackOutput xmlns="http://www.siebel.com/xml/GetParams_IO">
			<SAFeedbackOutput>
    			<Status>Success</Status>
			</SAFeedbackOutput>
		</ListOfSAFeedbackOutput>
	</OutputFeedbackSiebelMessage>
</rpc:FeedbackResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>