<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create meeting using XML .Net API? in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/how-to-create-meeting-using-xml-net-api/m-p/3459589#M423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apidemoeu.webex.com does not have a MeetingType of 1 available, hence your error.. you need to either omit this value to use the default or specify one of the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot 2017-06-26 09.19.58.png" class="image-1 jive-image" src="/legacyfs/online/fusion/108718_Screenshot 2017-06-26 09.19.58.png" style="height: 109px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2017 15:21:33 GMT</pubDate>
    <dc:creator>ryanhunt</dc:creator>
    <dc:date>2017-06-26T15:21:33Z</dc:date>
    <item>
      <title>How to create meeting using XML .Net API?</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/how-to-create-meeting-using-xml-net-api/m-p/3459588#M422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on integration of webx xml api with our CRM. I have followed the instructions provided at this link -&amp;gt; CloudShell - SSO Saml Redirect and reserve a WebEx Web Conferencing Sandbox and followed the instructions there to create a Provision Webex account. I need to create meeting using xml api for this using these settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Site URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://apidemoeu.webex.com" rel="nofollow" target="_blank"&gt;https://apidemoeu.webex.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SiteID: *****&lt;/P&gt;&lt;P&gt;PartnerID: ********&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;XML Service URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://apidemoeu.webex.com/WBXService/XMLService" rel="nofollow" target="_blank"&gt;https://apidemoeu.webex.com/WBXService/XMLService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try to use a simple api method CreateMeeting with following code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;serv:message xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;header&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;securityContext&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;webExID&amp;gt;WEbxConfId&amp;lt;/webExID&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;password&amp;gt;*******&amp;lt;/password&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;siteID&amp;gt;690319&amp;lt;/siteID&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;partnerID&amp;gt;g0webx!&amp;lt;/partnerID&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;email&amp;gt;&lt;A href="mailto:dnyati.ganesan@altitude.com%3c/email"&gt;***********&amp;lt;/email&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/securityContext&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;bodyContent &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;xsi:type="java:com.webex.service.binding.meeting.CreateMeeting"&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;accessControl&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;meetingPassword&amp;gt;pass123&amp;lt;/meetingPassword&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/accessControl&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;metaData&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;confName&amp;gt;Sample Meeting&amp;lt;/confName&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;meetingType&amp;gt;1&amp;lt;/meetingType&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;agenda&amp;gt;Test&amp;lt;/agenda&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/metaData&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;participants&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;maxUserNumber&amp;gt;4&amp;lt;/maxUserNumber&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;attendees&amp;gt;&amp;lt;attendee&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;person&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;name&amp;gt;James Kirk&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;email&amp;gt;&lt;A href="mailto:Jkirk@sz.webex.com%3c/email"&gt;Jkirk@sz.webex.com&amp;lt;/email&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/person&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/attendee&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/attendees&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/participants&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;enableOptions&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;chat&amp;gt;true&amp;lt;/chat&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;poll&amp;gt;true&amp;lt;/poll&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;audioVideo&amp;gt;true&amp;lt;/audioVideo&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/enableOptions&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;schedule&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;startDate&amp;gt;06/23/2017 10:10:10&amp;lt;/startDate&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;openTime&amp;gt;900&amp;lt;/openTime&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;joinTeleconfBeforeHost&amp;gt;true&amp;lt;/joinTeleconfBeforeHost&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;duration&amp;gt;20&amp;lt;/duration&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;timeZoneID&amp;gt;4&amp;lt;/timeZoneID&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/schedule&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;telephony&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;telephonySupport&amp;gt;CALLIN&amp;lt;/telephonySupport&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;extTelephonyDescription&amp;gt;Call 1-800-555-1234, Passcode 98765&amp;lt;/extTelephonyDescription&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/telephony&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/bodyContent&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/serv:message&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Every time I receive following response:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN&gt;&amp;lt;serv:message xmlns:serv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service&lt;/A&gt;&lt;SPAN&gt;" xmlns:com="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/common" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/common&lt;/A&gt;&lt;SPAN&gt;" xmlns:meet="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/meeting" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/meeting&lt;/A&gt;&lt;SPAN&gt;" xmlns:att="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service/attendee" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service/attendee&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;serv:header&amp;gt;&amp;lt;serv:response&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;serv:result&amp;gt;FAILURE&amp;lt;/serv:result&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;serv:reason&amp;gt;&lt;SPAN style="color: red;"&gt;The user or site does not support this meeting type&lt;/SPAN&gt;&amp;lt;/serv:reason&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;serv:gsbStatus&amp;gt;PRIMARY&amp;lt;/serv:gsbStatus&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;serv:exceptionID&amp;gt;110002&amp;lt;/serv:exceptionID&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/serv:response&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/serv:header&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;serv:body&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;serv:bodyContent/&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/serv:body&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;/serv:message&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can I achieve create meeting functionality for demo purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 05:06:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/how-to-create-meeting-using-xml-net-api/m-p/3459588#M422</guid>
      <dc:creator>dnyati.ganesan</dc:creator>
      <dc:date>2017-06-23T05:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create meeting using XML .Net API?</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/how-to-create-meeting-using-xml-net-api/m-p/3459589#M423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apidemoeu.webex.com does not have a MeetingType of 1 available, hence your error.. you need to either omit this value to use the default or specify one of the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot 2017-06-26 09.19.58.png" class="image-1 jive-image" src="/legacyfs/online/fusion/108718_Screenshot 2017-06-26 09.19.58.png" style="height: 109px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 15:21:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/how-to-create-meeting-using-xml-net-api/m-p/3459589#M423</guid>
      <dc:creator>ryanhunt</dc:creator>
      <dc:date>2017-06-26T15:21:33Z</dc:date>
    </item>
  </channel>
</rss>

