Cisco Cisco Prime Collaboration 10.5 Developer's Guide

Page of 81
 
 
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
69 
 
XML Sample Files 
Included are examples of XML requests to create, update, get, delete, and list some network objects. Simple 
Orders to configure phones and lines are included. 
Note: These requests will require editing to match your configuration. 
The sample XML files are commented such that you can update them to match your environment. For example, for 
create device, at the minimum, you would need to set the IP address and the credentials to match your device. 
 
Installing and Running the Prime Collaboration Provisioning NBI SDK 
This section lists the minimal steps to build and test the Prime Collaboration Provisioning NBI clients. 
1.  Install Java JRE or JDK 1.5 on your system. 
a.  Install Java from the zip file, or install it using a different method. 
b.  Set the JAVA_HOME parameter to reference the Java 1.6 directory. 
c. 
Add %JAVA_HOME%\bin to your path. 
Note: If you intend to install Prime Collaboration Provisioning on the same platform as the SDK, you can skip this 
step and use the Java version provided with Prime Collaboration Provisioning. 
2.  Install Ant 1.6.5 on your system: 
a.  Download the zip file. 
b.  Unzip the file. 
c. 
Set the ANT_HOME environment variable to the unzipped directory. 
d.  Add %ANT_HOME%\bin to your path. 
3.  Install Axis2 1.3: 
a.  Download the zip file. 
b.  Unzip the file. 
c. 
Set AXIS2_HOME environment variable to the unzipped directory. 
d.  Add %AXIS2_HOME%\bin to your path. 
4.  Install Tomcat 5.5: 
a.  Download the zip file. 
b.  Unzip the file. 
c. 
Set CATALINA_HOME environment variable to the unzipped directory. 
d.  Add
 
%CATALINA_HOME%\bin to your path. 
5.  Install Prime Collaboration Provisioning. You may install Prime Collaboration Provisioning either on the 
SDK system or on a different system. For simple testing, development, and understanding of the Prime 
Collaboration Provisioning NBI, the same system may be appropriate. For any significant development, it 
is recommended that you install Prime Collaboration Provisioning on a different system. 
o
 
Run the Prime Collaboration Provisioning setup file (starts the installShield wizard). This will 
install Java 1.6 and set the JAVA_HOME environment variable.