RefreshKB 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 RefreshKB 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:RefreshKBResponse xmlns:rpc="http://siebel.com/asi/">
<OutputRefreshSiebelMessage>
<ListOfSARefreshOutput xmlns="http://www.siebel.com/xml/GetParams_IO">
<SARefreshOutput>
<Status>Success</Status>
<ExportFileURI>\\tjones-pc\fs\smartanswer\export\
ITProductsKBI_20090409122506.xml<ExportFileURI>
</SARefreshOutput>
</ListOfSARefreshOutput>
</OutputRefreshSiebelMessage>
</rpc:RefreshKBResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>