<?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 Cisco WebEx XML API in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/cisco-webex-xml-api/m-p/3855944#M3619</link>
    <description>&lt;P&gt;Hi, Im working on integrating Cisco WebEx Teleconferencing feature with my web application. For that cisco has provided with XML APIs. And the API involves sitename. Im not sure about the structure of the API's url. As far as I understood, I have structured the API as below. But Im not able to get any reponse for the API if I post the API with the parameters like siteId, WebExId and password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Structure of the API url:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://mysiteName/WBXService/XMLService&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I doubt if I have to pass API Key and access token parameters to the API. Can anyone please guide me on this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 09:50:22 GMT</pubDate>
    <dc:creator>sandiyaanandraj</dc:creator>
    <dc:date>2019-06-04T09:50:22Z</dc:date>
    <item>
      <title>Cisco WebEx XML API</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-webex-xml-api/m-p/3855944#M3619</link>
      <description>&lt;P&gt;Hi, Im working on integrating Cisco WebEx Teleconferencing feature with my web application. For that cisco has provided with XML APIs. And the API involves sitename. Im not sure about the structure of the API's url. As far as I understood, I have structured the API as below. But Im not able to get any reponse for the API if I post the API with the parameters like siteId, WebExId and password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Structure of the API url:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://mysiteName/WBXService/XMLService&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I doubt if I have to pass API Key and access token parameters to the API. Can anyone please guide me on this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 09:50:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-webex-xml-api/m-p/3855944#M3619</guid>
      <dc:creator>sandiyaanandraj</dc:creator>
      <dc:date>2019-06-04T09:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco WebEx XML API</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/cisco-webex-xml-api/m-p/3859740#M3623</link>
      <description>&lt;P&gt;The URL is correct , you might be not using the correct syntax as the webexID thing uses mixed bag of upper/lower cases, here is an example of GetUser&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
  &amp;lt;header&amp;gt;
    &amp;lt;securityContext&amp;gt;
      &amp;lt;webExID&amp;gt;yourid@domain.com&amp;lt;/webExID&amp;gt;
      &amp;lt;password&amp;gt;yourpassword&amp;lt;/password&amp;gt;
      &amp;lt;siteName&amp;gt;yourSitename&amp;lt;/siteName&amp;gt;
    &amp;lt;/securityContext&amp;gt;
  &amp;lt;/header&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;bodyContent
      xsi:type="java:com.webex.service.binding.user.GetUser"&amp;gt;
    		&amp;lt;webExId&amp;gt;Useryouwant@domain.com&amp;lt;/webExId&amp;gt;
          &amp;lt;/bodyContent&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/serv:message&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 May 2019 22:28:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/cisco-webex-xml-api/m-p/3859740#M3623</guid>
      <dc:creator>athapaCisco</dc:creator>
      <dc:date>2019-05-20T22:28:18Z</dc:date>
    </item>
  </channel>
</rss>

