RefreshKB Input File
The following sample code is an example of a SOAP request message that calls a RefreshKB method. This request message is sent from a Siebel application (version 8.1 or later) to a third-party adapter or Web service.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:asi="http://siebel.com/asi/"
xmlns:get="http://www.siebel.com/xml/GetParams_IO">
<soapenv:Header/>
<soapenv:Body>
<asi:RefreshKB>
<InputRefreshSiebelMessage>
<get:ListOfSARefreshInput>
<!--Zero or more repetitions:-->
<get:SARefreshInput>
<get:KBName>test_arun</get:KBName>
</get:SARefreshInput>
</get:ListOfSARefreshInput>
</InputRefreshSiebelMessage>
</asi:RefreshKB>
</soapenv:Body>
</soapenv:Envelope>