PAWS Sample App
This sample app demonstrates how to perform an upgrade of a single UC application
(e.g. - CUCM or UC server) using the PAWS API.
The is a complete project that containing the .classpath and .project files so you can easily import the project into the Eclipse IDE.
The service consumers were generated by the Java 6 wsimport command. You can find more details about this documented in the source code. Developers should begin by analyzing the following files:
- src/com/cisco/paws/demo/Upgrade.java
- src/com/cisco/paws/demo/AsyncPrepareHandler.java
- src/com/cisco/paws/demo/AsyncStartHandler.java
PAWS uses HTTPS, so you will need to install the UC application's certificate into a local keystore in order to run this sample app. Details are included in the comments in the Upgrade.java file.