Description
Command line example which demonstrates task list functionality, such as
creating a task list, searching for a task list, removing a task list.
Task List 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:
TaskListCommandLineExample -endpoint soap_endpoint -username username -password password
View Code