04-04-2014 09:48 PM
Hi,
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.
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&ST=FAIL&RS=UnknownATCommand.
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?
Any help on this topic is highly appreciable.
Thanks & Regads,
Mani
04-07-2014 11:41 AM
Hello,
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 ********?
04-07-2014 12:44 PM
Hi,
Thanks for replying back. Actually I used the example given in the
Documentation and coded it accordingly. I have fixed that issue now. But
now, I am facing another issue of "BadWebExIDOrPassword". I have WebEX
username, Password, Site ID and Partner ID. Could you please let me know,
out of these which one I should use for the Web ID parameter ?
Also to code the login page from the documentation, it has listed that the
first name, last name and the email ID is required. Could you please let me
know whether these are mandatory fields ?
Thanks & Regards,
Mani
04-07-2014 02:41 PM
Hello,
WebEx ID is the username. Site id and partner id are mostly used for just XML API.
04-07-2014 06:17 PM
Hi,
Thanks for the immediate response. I accessed the webex site with the
credentials, I was able to access it. But while accessing the website via
the API with the same credentials, I am receiving the error
"RS=BadWebExIDOrPassword". I used the same example present in the
documentation for the WebEX API. Please find the attachment containing the
code that I use to access this page.
Could you please let me know where I am doing the mistake ?
Thanks & Regards,
Mani
04-08-2014 09:04 AM
Hello,
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.
04-08-2014 02:47 PM
Hi,
Thanks a lot. It is working perfectly fine now,
Regards,
Mani
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide