Command Line Example
Compile with all the edk jar files on the classpath
Execute with servlet.jar and all edk jar files on the classpath
Example command line:SimpleSearch: soapendpoint username password querystring
For example: http://IP-GW-AS08:9080/ptapi/services/QueryInterfaceAPI Administrator plumtree *.doc
View Code

Jsp Example
Create a war file from the WEB-INF directory under devkit
Add the two pages below to the root directory of the war file and remove the .txt extension
Deploy in your servlet container, e.g. Tomcat
Main Search Page
Properties Page
Point your browser to http://your_server/your_war_file/simple_search.jsp