Siebel Smart Answer Connector Guide > Sample Files for Use with Siebel Smart Answer Connector > >

Sample Configuration File for Use with Siebel Smart Answer Connector


For Siebel Smart Answer Connector to function, you must configure a mandatory XML configuration file. The following code is a sample configuration file that helps establish the connection to an external (third-party) adapter to work with a Siebel application (version 8.1 or later). The administrator must specify the correct values in this file for the DLL Name, Facade Name, and the Siebel File System location.

<?xml version="1.0" encoding="UTF-8"?>

<SAConfig xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<!-- NLPAdapterDLLName is a mandatory element -->

<NLPAdapterDLLName>T:\ses\siebsrvr\XSAAdapter.dll</NLPAdapterDLLName>

<!-- FacadeName is an optional element. -->
<!-- If missing, the default value "InvokeMethod" will be used. -->

<FacadeName>InvokeMethod</FacadeName>

<!-- FileSystem is an optional element. -->
<!-- If missing, the default value of $ClientRootDir will be used. -->

<FileSystem>\\tjones-pc\fs\</FileSystem>

</SAConfig>

Siebel Smart Answer Connector Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.