Source for file ktwsapi_cfg.inc.php

Documentation is available at ktwsapi_cfg.inc.php

  1. <?
  2. /**
  3.  * This is the basic configuration for the KnowledgeTree WebService object model
  4.  * @license http://www.knowledgetree.com/KPL KnowledgeTree Public License Version 1.1
  5.  * @package KTWSAPI
  6.  */
  7.  
  8. /*
  9.  *
  10.  * The contents of this file are subject to the KnowledgeTree Public
  11.  * License Version 1.1 ("License"); You may not use this file except in
  12.  * compliance with the License. You may obtain a copy of the License at
  13.  * http://www.knowledgetree.com/KPL
  14.  * 
  15.  * Software distributed under the License is distributed on an "AS IS"
  16.  * basis,
  17.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  18.  * for the specific language governing rights and limitations under the
  19.  * License.
  20.  * 
  21.  * The Original Code is: KnowledgeTree Open Source
  22.  * 
  23.  * The Initial Developer of the Original Code is The Jam Warehouse Software
  24.  * (Pty) Ltd, trading as KnowledgeTree.
  25.  * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright
  26.  * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
  27.  * All Rights Reserved.
  28.  *
  29.  */
  30.  
  31. // Path to PEAR libraries
  32.  
  33. define('KT_PEAR_DIR',                    'c:/kt/kt.trunk/thirdparty/pear');
  34.  
  35. // URL to KnowledgeTree installation
  36. // This must be configured by the administrator installing this component.
  37.  
  38. define('KTWebServiceURL',                'http://ktdms.trunk');
  39.  
  40. define('KTWebService_WSDL',                KTWebServiceURL '/ktwebservice/?wsdl');
  41. define('KTUploadURL',                    KTWebServiceURL '/ktwebservice/upload.php');
  42.  
  43. ?>

Documentation generated on Sun, 22 Apr 2007 02:31:00 +0200 by phpDocumentor 1.3.2