Web service faq

From KnowledgeTree Document Management Made Simple

Jump to: navigation, search
What functions does the KnowledgeTree web service provide?

The functions are detailed on the wiki and detailed by reviewing the WSDL.

The WSDL can be interrogated from your installation via the following URL: http://yourdomain/ktwebservice/webservice.php?wsdl

How can I inspect the SOAP request and response messages?

This will require you to install some sort of proxy.

You can also enabled logging in the configuration file. Edit config.ini. Search for [webservice]. Add:

debug=5

Unfortunately, this mechanism does not capture PHP errors/warnings. If they occur, they may pollute the SOAP output sent back to the client.

I've added the debug level, but I see no output in the log file.

The web service debugging is only implemented if the configuration has KnowledgeTree/logLevel is set to DEBUG.

How can I confirm my installation supports web services?

A diagnostics script is provided via the URL: http://yourdomain/ktwebservice/checkup.php

Personal tools