Description
Simple command line example which demonstrates simple discussion functionality,
such as creating a discussion, searching for a discussion, removing a discussion,
creating a post, creating a reply, searching for posts, and removing a post.
Discussion 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:
DiscussionCommandLineExample -endpoint soap_endpoint -username username -password password
View Code
Please check AquaLogic User Interaction Developer Center for additional samples.