<?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>Unable to get Meetings Lists via Webex XML API</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5738811" />
  <subtitle>Unable to get Meetings Lists via Webex XML API</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5738811</id>
  <updated>2013-05-20T12:10:15Z</updated>
  <dc:date>2013-05-20T12:10:15Z</dc:date>
  <entry>
    <title>Unable to get Meetings Lists via Webex XML API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5738810" />
    <author>
      <name>sheraz salem</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5738810</id>
    <updated>2012-05-16T16:38:25Z</updated>
    <published>2012-05-16T16:38:25Z</published>
    <summary type="html">Hi i am new to Webex and have to integrate Webex with my application. I have registered to cisco developer network. got the sample code for accessing xml api. when i run the code The response contains "Failure" with an error "Corresponding User not found" here is request XML i am sending and receiving..
 
 
[b]Request[/b]
 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service"&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;tttt&lt;/webExID&gt;
&lt;password&gt;tt&lt;/password&gt;
&lt;siteID&gt;tt&lt;/siteID&gt;
&lt;partnerID&gt;tttt!&lt;/partnerID&gt;
&lt;email&gt;stttt&lt;/email&gt;
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type="java:com.webex.service.binding.meeting.LstsummaryMeeting" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting"&gt;
&lt;listControl&gt;
&lt;startFrom/&gt;
&lt;maximumNum&gt;5&lt;/maximumNum&gt;
&lt;/listControl&gt;
&lt;order&gt;
&lt;orderBy&gt;STARTTIME&lt;/orderBy&gt;
&lt;/order&gt;
&lt;dateScope&gt;
&lt;/dateScope&gt;
&lt;/bodyContent&gt;
&lt;/body&gt;
&lt;/serv:message&gt;
 
 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting" xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee"&gt;
&lt;serv:header&gt;
&lt;serv:response&gt;
&lt;serv:result&gt;FAILURE&lt;/serv:result&gt;
&lt;serv:reason&gt;Corresponding User not found&lt;/serv:reason&gt;
&lt;serv:gsbStatus&gt;PRIMARY&lt;/serv:gsbStatus&gt;
&lt;serv:exceptionID&gt;030001&lt;/serv:exceptionID&gt;
&lt;/serv:response&gt;&lt;/serv:header&gt;
&lt;serv:body&gt;&lt;serv:bodyContent/&gt;
&lt;/serv:body&gt;&lt;/serv:message&gt;</summary>
    <dc:creator>sheraz salem</dc:creator>
    <dc:date>2012-05-16T16:38:25Z</dc:date>
  </entry>
</feed>

