Getting Started |
Top Previous Next |
Activate the Platform Administrative Web Services To begin using the Platform Administrative Web Services, you must be sure that the service is activated and running. The PAWS service is disable by default, so you will need to activate the service to begin using PAWS.
You can activate the service from either the Serviceability Graphical User Interface or from the Command Line Interface (CLI).
Activate PAWS from the Serviceability Graphical User Interface 1.From the Unified CM Administration screen or from the Unified Presence Administration screen, choose Navigation > Cisco Unified Serviceability. 2.Choose Tools > Service Activation. 3.From the Server box, choose the server and click Go. 4.In the Database and Admin Services section, select the Platform Administrative Web Services check box.
Note that when you initially activate the Platform Administrative Web Services, the services starts running automatically.
Activate PAWS from the Command Line Interface To activate or deactivate the PAWS service use the following commands:
utils service activate Platform Administrative Web Service utils service deactivate Platform Administrative Web Service
To start and stop the PAWS service use the following commands:
utils service start Platform Administrative Web Service utils service stop Platform Administrative Web Service
Check the CLI Reference Guide for Unified CM for more information about the command line interface commands.
Verify the PAWS is running You can verify that the PAWS service is running by going to the URL that returns the PAWS service list, https://<server>/platform-services/services/listServices in your browser.
The service list URL will require you to enter the Platform Administrator credentials to view the service list.
Request the WSDL for a service To begin developing with PAWS, you will need to request the WSDL for the service that you want to use. You can then use the WSDL to generate client stubs in your developer tool of choice.
To request the WSDL, use the following URL https://<server>/platform-services/services/<Service Name>?wsdl
Call a PAWS Service To call a service, you will use the following URL for the service. https://<server>/platform-services/services/<Service Name>
Each PAWS service can be called either synchronously or asynchronously. You can find our more about how to make synchronous and asynchronous calls in the Synchronous vs. Asynchronous section. |