<?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>Discussion</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1091791" />
  <subtitle />
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1091791</id>
  <updated>2013-05-19T00:09:20Z</updated>
  <dc:date>2013-05-19T00:09:20Z</dc:date>
  <entry>
    <title>RE: ReportingService - getCapacityReport method</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7058551" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7058551</id>
    <updated>2012-09-26T08:32:46Z</updated>
    <published>2012-09-25T14:00:50Z</published>
    <summary type="html">Additionally the API method to generate the Capacity Report does not account for the same paramters as GUI. 
[u]GUI Parameters[/u] 
A. Report Type 
B. Nodes 
C. StartDate and Time 
D. EndDate and Time 
[u]API Parameters (CapacityReportCriteriaBean)[/u] 
A. Nodes 
B. StartDate and Time 
C. EndDate and Time 
As you can see the API method does not account for the report type - Also the Nodes parameter for the API is an array of integers, 
How can I specify the value "System" as is allowed on the GUI.          </summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-09-25T14:00:50Z</dc:date>
  </entry>
  <entry>
    <title>ReportingService - getCapacityReport method</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6994790" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6994790</id>
    <updated>2012-09-26T08:30:44Z</updated>
    <published>2012-09-24T15:06:34Z</published>
    <summary type="html">Hi, 
Has anyone successfully generated a capacity report using the MP API? 
I have the following code but it is throwing a SoapException - javax.xml.ws.soap.SOAPFaultException: Index: 0, Size: 0. 
[color=#808080] 
CapacityReportCriteriaBean cr = new CapacityReportCriteriaBean();
 //1st Sept 2012 
cr.setStartInSeconds(1346457600);
 //21st Sept 2012 
cr.setEndInSeconds(1348185600);        
ArrayOfInt nodes = new ArrayOfInt(); 
nodes.getInt().add(0); 
QName qn = new QName([http://reports.businesslayer.meetingplace.cisco.com, "getCapacityReport"); 
JAXBElement nodeCol = new JAXBElement(qn,ArrayOfInt.class, nodes); 
cr.setNodeIds(nodeCol); 
CapacityReportBean capReport = reportService.getCapacityReport(cr); 
[/color]   
 
Any Ideas what is causing the SoapException??</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-09-24T15:06:34Z</dc:date>
  </entry>
  <entry>
    <title>MeetingPlace - UserService</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6352627" />
    <author>
      <name>javavinay88 (simulated)</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6352627</id>
    <updated>2012-08-27T07:42:00Z</updated>
    <published>2012-08-27T07:42:00Z</published>
    <summary type="html">Hi,
Please help me,
Whenever I am create the instance of UserService, it raise Exception : javax.xml.ws.WebServiceException: Failed to access the WSDL at: [url=http://ip/webservices/services/UserService?wsdl]http://ip/webservices/services/UserService?wsdl[/url]. It failed with: Server returned HTTP response code: 401 for URL: [url=http://ip/webservices/services/UserService?wsdl]http://ip/webservices/services/UserService?wsdl[/url].
And the code of creating Instance of UserService are -:
try
{
 testUser.UserService service = new testUser.UserService();
testUser.UserServicePortType port=service.getUserServiceHttpPort();
} catch (Exception ex)
{
 out.println("Exception "+ex);
}
And similarly create the instance of MeetingService then it work fine.
What issues behind this please see this and give better solution.
Tnaks &amp; Best Regards
Vinay</summary>
    <dc:creator>javavinay88 (simulated)</dc:creator>
    <dc:date>2012-08-27T07:42:00Z</dc:date>
  </entry>
  <entry>
    <title>MeetingPlace - UserService</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6352623" />
    <author>
      <name>javavinay88 (simulated)</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6352623</id>
    <updated>2012-08-27T07:42:00Z</updated>
    <published>2012-08-27T07:42:00Z</published>
    <summary type="html">Hi,
Please help me,
Whenever I am create the instance of UserService, it raise Exception : javax.xml.ws.WebServiceException: Failed to access the WSDL at: [url=http://ip/webservices/services/UserService?wsdl]http://ip/webservices/services/UserService?wsdl[/url]. It failed with: Server returned HTTP response code: 401 for URL: [url=http://ip/webservices/services/UserService?wsdl]http://ip/webservices/services/UserService?wsdl[/url].
And the code of creating Instance of UserService are -:
try
{
 testUser.UserService service = new testUser.UserService();
testUser.UserServicePortType port=service.getUserServiceHttpPort();
} catch (Exception ex)
{
 out.println("Exception "+ex);
}
And similarly create the instance of MeetingService then it work fine.
What issues behind this please see this and give better solution.
Tnaks &amp; Best Regards
Vinay</summary>
    <dc:creator>javavinay88 (simulated)</dc:creator>
    <dc:date>2012-08-27T07:42:00Z</dc:date>
  </entry>
  <entry>
    <title>Utilities for Cisco Meeting Place Conferencing Application</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6325802" />
    <author>
      <name>PRANJOL SAIKIA</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6325802</id>
    <updated>2012-08-22T12:09:34Z</updated>
    <published>2012-08-22T12:09:34Z</published>
    <summary type="html">Parsec Telesystems launches utilities for Cisco Meeting Place Conferencing Application

[b][u]Host Based Meeting Control[/u][/b]
Cisco Meeting Place application comes with the web based meeting control feature only for the application system administrator.
This application provides web based meeting control feature for the meetings scheduled by the particular host.
[b][u][/u][/b]
 
[b][u]View Meeting Participants[/u][/b]
Cisco Meeting Place application allows only the application system administrator to view the participants in any ongoing meeting
This application enables a host of a meeting to view the participants for the selected meeting using a web based user interface
It enables a meeting participant to view the current participants of that meeting using a web based user interface
 
[b][u]Automatic activation of standby Meeting Place server on failure of primary server[/u][/b]
In a Cisco Meeting Place Active/Standby failover deployment if the Active server goes down or drops off the network, the standby must manually be set to Active mode so it can restart and become the Active server.
This application automates the manual steps required to activate the standby server</summary>
    <dc:creator>PRANJOL SAIKIA</dc:creator>
    <dc:date>2012-08-22T12:09:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: Meeting place configuration for API access</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6325774" />
    <author>
      <name>PRANJOL SAIKIA</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6325774</id>
    <updated>2012-08-22T12:02:27Z</updated>
    <published>2012-08-22T12:02:27Z</published>
    <summary type="html">Hi Jose,
Can u write to me at [b]pranjol.s@parsec-tech.com  [/b]with your requirements related to integration of 3rd party application with Cisco Meeting Place.
 
--Pranjol</summary>
    <dc:creator>PRANJOL SAIKIA</dc:creator>
    <dc:date>2012-08-22T12:02:27Z</dc:date>
  </entry>
  <entry>
    <title>findMeetingList</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5980688" />
    <author>
      <name>javavinay88 (simulated)</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5980688</id>
    <updated>2012-07-03T11:01:48Z</updated>
    <published>2012-07-03T11:01:48Z</published>
    <summary type="html">Hi,
Please help me, I used findMeetingList Method for find the meeting list. When I set the start time and end time in filter then I got result. But when I set the  subject and  user id then it through null pointer Exception.
 
Please help me.
 
 
Thanks &amp; Best Regads
Vinay</summary>
    <dc:creator>javavinay88 (simulated)</dc:creator>
    <dc:date>2012-07-03T11:01:48Z</dc:date>
  </entry>
  <entry>
    <title>Meeting place configuration for API access</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5936661" />
    <author>
      <name>Jose Pereira</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5936661</id>
    <updated>2012-06-27T19:27:11Z</updated>
    <published>2012-06-27T19:19:57Z</published>
    <summary type="html">I am from the Cisco MP admit team , our developers are trying to integrate MP , with Corporate web portal for schduling audio bridges, Two queries :-
1.     [color=#1f497d]How do we allow developers to access the MP  so that they could fire the API calls ?[/color]
[color=#1f497d]2.[/color]       [color=#1f497d]How do we administer API user &amp; assign privileges? So that they can fire the API calls?[/color]
[color=#1f497d] [/color]</summary>
    <dc:creator>Jose Pereira</dc:creator>
    <dc:date>2012-06-27T19:19:57Z</dc:date>
  </entry>
  <entry>
    <title>NullPointerException scheduling new meeting</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5233699" />
    <author>
      <name>Keith Lawson</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5233699</id>
    <updated>2012-03-01T22:54:00Z</updated>
    <published>2012-03-01T22:53:49Z</published>
    <summary type="html">Hello, 
 
I'm attempting to call MPSA from Perl code to create a new meeting. When I attempt the add a new meeting with just the required paramaters I'm getting a NullPointerException that isn't very useful. 
 
This Perl code: 
 
my $res = $mp-&gt;scheduleMeeting (  
   SOAP::Data-&gt;name("requesterUserId" =&gt; $user )-&gt;type('xsd:string'),
   SOAP::Data-&gt;name("scheduleParams" =&gt; \SOAP::Data-&gt;value(
      SOAP::Data-&gt;name('schedulerUniqueId' =&gt; $user),
      SOAP::Data-&gt;name('startDateTime' =&gt; '2011-02-28T21:32:52' ),
      SOAP::Data-&gt;name('initialPartNum' =&gt; '10'),
      )
   )
);
 
Produces the following XML: 
 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;
&lt;soap:Body&gt;
&lt;scheduleMeeting xmlns="MeetingService"&gt;
&lt;requesterUserId xsi:type="xsd:string"&gt;72519&lt;/requesterUserId&gt;
&lt;scheduleParams&gt;
   &lt;schedulerUniqueId xsi:type="xsd:int"&gt;72519&lt;/schedulerUniqueId&gt;
   &lt;startDateTime xsi:type="xsd:dateTime"&gt;2011-02-28T21:32:52&lt;/startDateTime&gt;
   &lt;initialPartNum xsi:type="xsd:int"&gt;10&lt;/initialPartNum&gt;
&lt;/scheduleParams&gt;
&lt;/scheduleMeeting&gt;&lt;/soap:Body&gt;&lt;/soap:Envelope&gt;
 
Which returns: 
 
&lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;soap:Body&gt;
&lt;soap:Fault&gt;&lt;faultcode&gt;soap:Server&lt;/faultcode&gt;
&lt;faultstring&gt;Fault: java.lang.NullPointerException&lt;/faultstring&gt;&lt;/soap:Fault&gt;&lt;/soap:Body&gt;&lt;/soap:Envelope&gt;
 
Is there something wrong with my request or some logs on the meetingplace app server I can look at to shed more light on the error?
 
TIA,
Keith.</summary>
    <dc:creator>Keith Lawson</dc:creator>
    <dc:date>2012-03-01T22:53:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: MeetingPlace API 8.5.2 and ReportingService</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5126334" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5126334</id>
    <updated>2012-02-09T17:41:59Z</updated>
    <published>2012-02-09T17:41:59Z</published>
    <summary type="html">Eventually I have been instructed that this endPoint is under: http://appserver/webservices-8-5/services 
 
Why the inconsistency in End Point locations? 

Why isn't this detail contained in the 8.5 Soap API Specification PDF?</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-02-09T17:41:59Z</dc:date>
  </entry>
  <entry>
    <title>MeetingPlace API 8.5.2 and ReportingService</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5089294" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5089294</id>
    <updated>2012-02-02T16:35:14Z</updated>
    <published>2012-02-01T17:51:52Z</published>
    <summary type="html">[u][/u]
Hi,
 
I have two MeetingPlace nodes running version 8.5.2.
 
I want to utilise some of the methods for the ReportingService API as documented on page 197 of the "MeetingPlace 8.5 Soap API Specification.pdf" document.
 
First off the ReportingService.wsdl file does not exist at the expected location on the meetingplace nodes([url=http://nameofserver/webservices/services/ReportingService?wsdl]http://nameofserver/webservices/services/ReportingService?wsdl[/url]) in the same way that the EventService.wsdl file exists [url=http://nameofserver/webservices/services/EventService?wsdl]http://nameofserver/webservices/services/EventService?wsdl[/url]
 
I have got around this by downloading the wsdl as part of the zip that is available on [url=../../../documents/140572/140628/MP8.5WSDL_Files.zip]http://developer.cisco.com/documents/140572/140628/MP8.5WSDL_Files.zip[/url]
 
I can now generate my client classes. 
 
However as the ReportingService is not listed as a service ([url=http://nameofserver/webservices/services/)%20on]http://nameofserver/webservices/services/) on[/url] the nodes that are running version 8.5.2 of MeetingPlace - I am unable to connect my Java Code to an endPoint for the ReportingService API - See Red Text in Sample Code Below?
 

&lt;font size="2" color="#7f0055"&gt;&lt;font size="2" color="#7f0055"&gt;
[color=#333333][/color]
&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#7f0055"&gt;
 
&lt;/font&gt;
 
[color=#7f0055][/color][color=#7f0055][/color][color=#0000c0][/color][color=#7f0055][/color]
[color=#333333]private static final QName REPORT_SERVICE_NAME = new QName("[/color][url=http://mpe.cisco.com/webservices/services/ReportingService][color=#333333]http://mpe.cisco.com/webservices/services/ReportingService[/color][/url][color=#333333]", "ReportingService");[/color]
[color=#333333][/color]
[color=#333333]ReportingService rptService = new ReportingService(wsdlURL, REPORT_SERVICE_NAME);[/color]
[color=#333333]ReportingServicePortType reportService = rptService.getReportingServiceHttpPort();[/color]
[color=#333333][/color]
[color=#333333]((BindingProvider) reportService).getRequestContext().put(BindingProvider.USERNAME_PROPERTY, user);
((BindingProvider) reportService).getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, pwd);
((BindingProvider) reportService).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, [u][b]NO END POINT ADDRESS ON THE NODE???[/color][/b][/u][u]);
[color=#333333][/color]


 
Is MeetingPlace 8.5.2 compatible with the ReportingService API ?
 
Thanks,
Enda[/u]</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-02-01T17:51:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5060552" />
    <author>
      <name>Adrienne Moherek</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5060552</id>
    <updated>2012-01-25T18:34:50Z</updated>
    <published>2012-01-25T18:34:50Z</published>
    <summary type="html">Bug Toolkit:
http://www.cisco.com/cisco/psn/bssprt/bss</summary>
    <dc:creator>Adrienne Moherek</dc:creator>
    <dc:date>2012-01-25T18:34:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5050028" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5050028</id>
    <updated>2012-01-24T10:32:47Z</updated>
    <published>2012-01-24T10:32:47Z</published>
    <summary type="html">[quote]Hi Enda,

We have created defect CSCtx48756 for this issue. DE's are in the process of fixing this.

Thanks,
Adrienne[/quote]
 
Many Thanks Adrienne, Is there a URL/Website where i can track the progress of this defect\patch?</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-01-24T10:32:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5050536" />
    <author>
      <name>Adrienne Moherek</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5050536</id>
    <updated>2012-01-23T20:13:36Z</updated>
    <published>2012-01-23T20:13:36Z</published>
    <summary type="html">Hi Enda,

We have created defect CSCtx48756 for this issue. DE's are in the process of fixing this.

Thanks,
Adrienne</summary>
    <dc:creator>Adrienne Moherek</dc:creator>
    <dc:date>2012-01-23T20:13:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5036660" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5036660</id>
    <updated>2012-01-20T16:46:56Z</updated>
    <published>2012-01-20T16:46:56Z</published>
    <summary type="html">[quote]Hi Enda,

What version of MP are you using?

Thanks,
Adrienne[/quote]
 
Hi Adrienne,
 
Version 8.5.2.8.
 
Thanks,
Enda</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-01-20T16:46:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5034080" />
    <author>
      <name>Adrienne Moherek</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5034080</id>
    <updated>2012-01-20T16:41:39Z</updated>
    <published>2012-01-20T16:41:39Z</published>
    <summary type="html">Hi Enda,

What version of MP are you using?

Thanks,
Adrienne</summary>
    <dc:creator>Adrienne Moherek</dc:creator>
    <dc:date>2012-01-20T16:41:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5015473" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5015473</id>
    <updated>2012-01-16T14:37:44Z</updated>
    <published>2012-01-16T14:37:44Z</published>
    <summary type="html">Hi Adrienne,

Some further information that may help in the analysis of this scenario is detailed below.

I noted that If I programmatically generate a callback from a WebEx Meeting using the API Method ¿ outDialUser(), when the call is answered I am asked to enter my profile PIN, when I do this I successfully join the call and an event is sent with a correct uniqueUserId of 123 (see xml below)
.
&lt;evt id="660c4849-fb80-4d72-8fef-c56b9632aa2d" subId="2bc49c40-4a44-45bc-86ee-645fd7de5138" evtType="USR_JOIN" time="2012-01-13T14:11:26.007Z" mtgUId="116" ani="35322412251" usrId="00099999999" usrUId="123" ability="SPEAKERPLUS" devId="2" partId="0" partName="JOE SMITH"/&gt;

The code I used to programmatically generate the callback is: meetingService.outdialUser(116, "00099999999", "35322412251");

Thanks,
Enda</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-01-16T14:37:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5015255" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5015255</id>
    <updated>2012-01-16T11:39:00Z</updated>
    <published>2012-01-16T11:39:00Z</published>
    <summary type="html">[quote]How are the users joining events? 

They could be using the guest account to allow the app authentication.[/quote]
 
A meeting is created on WebEx by the host using their WebEx username and password.
The Host signs in to the meeting with his/her credentials.
 
Invited Users can then sign into the meeting by providing a name and an email address. 
The WebEx meeting then callsback the user</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-01-16T11:39:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5011095" />
    <author>
      <name>Adrienne Moherek</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5011095</id>
    <updated>2012-01-13T20:30:05Z</updated>
    <published>2012-01-13T20:30:05Z</published>
    <summary type="html">How are the users joining events? 

They could be using the guest account to allow the app authentication.</summary>
    <dc:creator>Adrienne Moherek</dc:creator>
    <dc:date>2012-01-13T20:30:05Z</dc:date>
  </entry>
  <entry>
    <title>RE: USR_JOIN event provides incorrect values</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4987116" />
    <author>
      <name>Enda McManemy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4987116</id>
    <updated>2012-01-10T10:21:32Z</updated>
    <published>2012-01-10T10:21:32Z</published>
    <summary type="html">[quote]Hi Edna,

Are the meeting place events being created through your app or through the GUI?

Thanks,
Adrienne[/quote]
 
Hi Adrienne,
 
I am subscribing to events on a meetingPlace node using the following 
 

ArrayOfShortEventTypeEnum eventTypes = enObjFactory.createArrayOfShortEventTypeEnum();
eventTypes.getShortEventTypeEnum().add(ShortEventTypeEnum.USR_JOIN);
eventTypes.getShortEventTypeEnum().add(ShortEventTypeEnum.USR_LEAVE);
SubscriptionInfo response = eventService.subscribeForAllResources(ResourceTypeEnum.USER_BASED, eventTypes, callbackInfo, expirationCalendarXML);

 
When an end user then either dials into a WebEx meeting or accepts a callback from the meeting the USR_JOIN event is raised by meetingPlace and sent to the URL specified in the callbackInfo object.
 
However the usrUID=3 for every user, Any ideas of what the issue is?
 
Thanks,
Enda</summary>
    <dc:creator>Enda McManemy</dc:creator>
    <dc:date>2012-01-10T10:21:32Z</dc:date>
  </entry>
</feed>

