<?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 WebEX API in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506448#M868</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 a beginner to using Webex API. I went through the documentation for an understanding of how it works. But while trying to use it, I get some errors and I am not receiving the intended result. If someone could give me a brief introduction on how it works, it would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to access the login page in the webex API. By documentation, it goes of the name (p.php?AT=LI) and I tried to access the same using WebEX ID and Password which are the mandatory fields(as given in the documentation), I did not include the back URL. While giving this thing, I am receiving this error AT=LI&amp;amp;&lt;STRONG&gt;ST=FAIL&amp;amp;RS=UnknownATCommand.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I have the below details. I have web username, password, site ID and Partner ID. By WebEX ID, what does it mean ? Does WebEX ID and Partner ID one and the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this topic is highly appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regads,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2014 04:48:15 GMT</pubDate>
    <dc:creator>manikandan3887</dc:creator>
    <dc:date>2014-04-05T04:48:15Z</dc:date>
    <item>
      <title>WebEX API</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506448#M868</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 a beginner to using Webex API. I went through the documentation for an understanding of how it works. But while trying to use it, I get some errors and I am not receiving the intended result. If someone could give me a brief introduction on how it works, it would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to access the login page in the webex API. By documentation, it goes of the name (p.php?AT=LI) and I tried to access the same using WebEX ID and Password which are the mandatory fields(as given in the documentation), I did not include the back URL. While giving this thing, I am receiving this error AT=LI&amp;amp;&lt;STRONG&gt;ST=FAIL&amp;amp;RS=UnknownATCommand.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I have the below details. I have web username, password, site ID and Partner ID. By WebEX ID, what does it mean ? Does WebEX ID and Partner ID one and the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this topic is highly appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regads,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 04:48:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506448#M868</guid>
      <dc:creator>manikandan3887</dc:creator>
      <dc:date>2014-04-05T04:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: WebEX API</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506449#M869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You may just be using an incorrect URL API handler page, the error suggests that the handler page does not recognize AT=LI. Can you provide your failed request after replacing WebEx ID and password with ********?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 18:41:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506449#M869</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-04-07T18:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: WebEX API</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506450#M870</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;&lt;/P&gt;&lt;P&gt;Thanks for replying back. Actually I used the example given in the&lt;/P&gt;&lt;P&gt;Documentation and coded it accordingly. I have fixed that issue now. But&lt;/P&gt;&lt;P&gt;now, I am facing another issue of "BadWebExIDOrPassword". I have WebEX&lt;/P&gt;&lt;P&gt;username, Password, Site ID and Partner ID. Could you please let me know,&lt;/P&gt;&lt;P&gt;out of these which one I should use for the Web ID parameter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also to code the login page from the documentation, it has listed that the&lt;/P&gt;&lt;P&gt;first name, last name and the email ID is required. Could you please let me&lt;/P&gt;&lt;P&gt;know whether these are mandatory fields ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 19:44:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506450#M870</guid>
      <dc:creator>manikandan3887</dc:creator>
      <dc:date>2014-04-07T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: WebEX API</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506451#M871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; WebEx ID is the username. Site id and partner id are mostly used for just XML API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 21:41:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506451#M871</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-04-07T21:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: WebEX API</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506452#M872</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;Thanks for the immediate response. I accessed the webex site with the&lt;/P&gt;&lt;P&gt;credentials, I was able to access it. But while accessing the website via&lt;/P&gt;&lt;P&gt;the API with the same credentials, I am receiving the error&lt;/P&gt;&lt;P&gt;"RS=BadWebExIDOrPassword". I used the same example present in the&lt;/P&gt;&lt;P&gt;documentation for the WebEX API. Please find the attachment containing the&lt;/P&gt;&lt;P&gt;code that I use to access this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know where I am doing the mistake ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 01:17:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506452#M872</guid>
      <dc:creator>manikandan3887</dc:creator>
      <dc:date>2014-04-08T01:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: WebEX API</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506453#M873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The Username attribute is named WID, not WI. Updating that name should result in a more favorable result. Also note that BU will only process on failure for AT=LI, MU will process on success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 16:04:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506453#M873</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-04-08T16:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: WebEX API</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506454#M874</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;Thanks a lot. It is working perfectly fine now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 21:47:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/webex-api/m-p/3506454#M874</guid>
      <dc:creator>manikandan3887</dc:creator>
      <dc:date>2014-04-08T21:47:42Z</dc:date>
    </item>
  </channel>
</rss>

