Standalone Java Program

I wanted to write a standalone Java program that invokes Percussion/ PSO Toolkit APIs. Primarily I would need to create content items, setup relationship etc and all other stuff that we could have done easily from Pre/post/ processor or validation extensions.

Although I have written several extensions, but never wrote a Java program standalone interacting with Rhythmyx. With extensions it is very straightforward as most of the stuff is already configured and available to use. However, I believe in standalone program it would be little more tedious. First of all is it possible to write such a program, and secondly is there any directions on how to setup the program?

thanks
Manvinder

Manvinder,

See the Web Services Developer’s Kit (Version 6.6 link). Percussion CM Web Services provide the standard mechanism for custom programs to interact with Percussion CM System.

RLJII