Lookup (Categorize) Output File
The following sample code is an example of a SOAP response message for the Lookup (Categorize) method. This response message is sent from a third-party adapter or Web service to 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:LookupResponse xmlns:rpc="http://siebel.com/asi/">
<OutputLookupSiebelMessage>
<ListOfSALookupOutput xmlns="http://www.siebel.com/xml/GetParams_IO">
<SALookupHeader>
<CharacterSet>utf16</CharacterSet>
<Language>English</Language>
<Categories>
<CategoryName>Ramani Iyer</CategoryName>
<CategoryScore>95</CategoryScore>
</Categories>
<Categories>
<CategoryName>Bhavin Gosrani</CategoryName>
<CategoryScore>96</CategoryScore>
</Categories>
</SALookupHeader>
</ListOfSALookupOutput>
</OutputLookupSiebelMessage>
</rpc:LookupResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>