Cisco Unity Connection Notification Interface (CUNI) API -- CUNI FAQs
From DocWiki
(→Where Can I Get the WSDL?) |
(→Where Can I Get the WSDL?) |
||
| Line 10: | Line 10: | ||
== Where Can I Get the WSDL? == | == Where Can I Get the WSDL? == | ||
| - | The WSDL can be found at: <nowiki> http://<connection-server>/messageeventservice/services/MessageEventService?wsdl </nowiki> | + | The WSDL can be found at: '''<nowiki> http://<connection-server>/messageeventservice/services/MessageEventService?wsdl </nowiki>''' |
Revision as of 23:45, 14 December 2010
Links to Other API pages: Cisco_Unity_Connection_APIs
| CUNI Guide Contents |
| API Overview CUNI Event Schema Subscribing to and Processing Notification Events CUNI FAQs |
Contents |
Where Can I Get the WSDL?
The WSDL can be found at: http://<connection-server>/messageeventservice/services/MessageEventService?wsdl
Note: the WSDL is the same across versions except that for 8.0 there was a keepAlive parameter added to the subscribe method.
What Happens to Subscriptions if the Cisco Unity Connection Server Is Restarted?
Subscriptions are stored in the database. When Cisco Unity Connection is restarted, the Notifier reads the existing subscriptions and begins sending out notifications.
Are There Any Unsupported Methods?
Yes. subscribeForAllResources is currently not supported, so users must be listed explicitly. Also there is no current support for SSL connections for callbacks.
Can Multiple Subscriptions Use the Same Callback URL?
Not exactly. If Cisco Unity Connection sees a repeat subscription for a callback URL, it will delete the previous subscription as a safeguard against ending up with unintentional subscriptions.