<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>CUMI and CUNI API questions</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>CUMI and CUNI API questions</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-05-21T00:58:27Z</updated>
  <dc:date>2013-05-21T00:58:27Z</dc:date>
  <entry>
    <title>Automatic reply: New Message from Dharmeshkumar Patel in Cisco Unity Connec</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8942690" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8942690</id>
    <updated>2012-11-30T08:39:50Z</updated>
    <published>2012-11-30T08:39:50Z</published>
    <summary type="html">I will be out of the office starting Wednesday, November  28th and returning back to the office on Monday, December 3rd. I will be not be checking email while I'm out, but will reply to your email as soon as I can upon my return. If you have an urgent AS,Custom Engineering Team issue, please contact Robb Mikytuck (robbm@cisco.com). Sorry for any inconvenience this may cause.</summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-11-30T08:39:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: Parameter values in the CUNI Subscribe Web Method</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7975079" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7975079</id>
    <updated>2012-10-23T15:00:49Z</updated>
    <published>2012-10-23T15:00:49Z</published>
    <summary type="html">Thanks for the reply Akanksha that really helped. However, you missed the resourceType paramter. What is an acceptable Resource Type (e.g. User, Folder, etc....)? Where do I find ths list of resource types that can be sent?
Thanks,
Loyd</summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-10-23T15:00:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: Parameter values in the CUNI Subscribe Web Method</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7823630" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7823630</id>
    <updated>2012-10-18T21:39:49Z</updated>
    <published>2012-10-18T21:39:49Z</published>
    <summary type="html">Anil,
Yes, I've been all over that web page. Unfortunately that sample is using AXIS, and I'm using JAX-WS Client. So you can't create a Subscribe object and then pass the Subscribe object to the ServicePortType.subcribe method. There is no method that is generated that takes a Subscribe object. The ServicePortType.subcribe method that is generated taked all of the parameters listed in my original post. I also created a test .NET Client just to see what it looked like in C#, and it looks the same (i.e. have to pass all of the parameters to the subscribe method).
Also, the AXIS sample is only setting the Resource ID of a Single user, and then expiration and CallbackInfo. It's not setting the ResourceType or the EventTypeList. I did see in the web page that you listed that the EventTypeList should be left empty if you want to received all events. So I can do that, but it sure would be nice to understand how to set that. 
And then finally there is no discussion anywhere that I can find about the KeepAlive parameter. What the heck is it for and how does it work?
I sure would appreciate some help here. Customer is breathing down my neck to get this going.</summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-10-18T21:39:49Z</dc:date>
  </entry>
  <entry>
    <title>Parameter values in the CUNI Subscribe Web Method</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7804131" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7804131</id>
    <updated>2012-10-18T15:50:47Z</updated>
    <published>2012-10-18T15:50:47Z</published>
    <summary type="html">I'm attempting to use the CUNI SOAP Web Service API to subscribe to CUC to receive message notification events. I'm finding it very difficult to determine what values should be passed in the Subscribe web method call. I have several questions around what values should be passed in the Subscribe. Specifically:

[b]resourceType [/b] type="[b]xsd:string[/b]" - What is an acceptable Resource Type (e.g. User, Folder, etc....)? Where do I find ths list of resource types that can be sent? 

[b]eventTypeList[/b] type="[b]tns:ArrayOfString[/b]"  - I'm assuming this is a list of the ShortEventTypeEnum values (i.e. All_Events). If not, what is this? 
 
[b]resourceIdList[/b] type="[b]tns:ArrayOfString[/b]" - I'm assuming that this is the list of user alias that I want to subscribe for (e.g. operator, user1, etc...). If not, what is this?

[b]callbackServiceInfo [/b]type="[b]ns1:CallbackServiceInfo[/b]" - I understand this one.  

[b]expiration[/b]" type="[b]xsd:dateTime[/b]" - I understand this one as well.

[b]keepAliveInterval[/b] type="[b]xsd:int[/b]" - I understand that this is an integer value that is used for the Keep Alive, but exactly how does the keep alive work? What is are the acceptable values? Is it in seconds or milliseconds? 

I've mentioned this before on other postings, but this is the kind of information that should be in the programmers guide.  Please get back to me as soon as possible. 

Thanks,</summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-10-18T15:50:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUMI and CUNI API questions</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6200011" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6200011</id>
    <updated>2012-07-30T20:12:58Z</updated>
    <published>2012-07-30T20:12:58Z</published>
    <summary type="html">Okay thanks. 

What about the answer to the second question? Are the APIs installed automatically, and if not what extra software is needed?</summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-07-30T20:12:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUMI and CUNI API questions</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6199861" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6199861</id>
    <updated>2012-07-30T19:19:08Z</updated>
    <published>2012-07-30T19:19:08Z</published>
    <summary type="html">[quote]Loyd,
Here are some samples
[url=http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_Messaging_Interface_%28CUMI%29_API]CUMI[/url]
[url=http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_Notification_Interface_%28CUNI%29_API]CUNI[/url]

Howard[/quote]

I've been all over those links. There are no development/programmers guides on those links.
Please provide the direct links to the programmers guide.
 
If this is supposed to be a published API, you need much better documentation and examples. Like those available from ccBU and other product groups.
 
Loyd.</summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-07-30T19:19:08Z</dc:date>
  </entry>
  <entry>
    <title>RE: Example Code</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6199326" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6199326</id>
    <updated>2012-07-30T16:42:11Z</updated>
    <published>2012-07-30T16:42:11Z</published>
    <summary type="html">I completely agree with this. Need examples and reference documents.</summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-07-30T16:42:11Z</dc:date>
  </entry>
  <entry>
    <title>CUMI and CUNI API questions</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6199317" />
    <author>
      <name>Loyd Vest</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6199317</id>
    <updated>2012-07-30T16:39:49Z</updated>
    <published>2012-07-30T16:39:49Z</published>
    <summary type="html">I'm attempting to use the external CUMI and CUNI API's. First question, is there a programming/developers guide for how to ues the API's? Second, are the API's installed automatically when Unity is installed? If not what extra software must be installed?
 
Thanks,
 
Loyd Vest
Sr. Custom Software Engineer
Cisco Advanced Services, Customer Collaboration Service Line, Custom Engineering Services </summary>
    <dc:creator>Loyd Vest</dc:creator>
    <dc:date>2012-07-30T16:39:49Z</dc:date>
  </entry>
</feed>

