Lookup (Categorize) Input File
The following sample code is an example of a SOAP (Simple Object Access Protocol) request message for the Lookup (Categorize) method. A SOAP message is a specification for exchanging structured information in the implementation of Web services. This request message is sent to a third-party adapter or Web service from a Siebel application (version 8.1 or later).
<?xml version="1.0" encoding="UTF-8" ?>
<?Siebel-Property-Set EscapeNames="true"?>
<PropertySet
Character_spcSet="utf16"
Language=""
ProcessMode="Local"
Return_spcCategory_spcId="TRUE"
Default_spcCharacter_spcSet="utf16"
Default_spcLanguage="">
<Categorization_spcEntity text="question" />
</PropertySet>