Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am doing a POC of a WebEX integration with my company's CRM tool, and have been tinkering with the URL API WBS 27 that I found:http://solutionpartnerdashboard.cisco.com/documents/4733862/4736679/URL+API+WBS+27+Ref+Guide.pdfWhat I want to do for th...
Ryan, thanks for the insight. What I wanted to do is launch the support session as the host, and I am able to do this using the CreateSupportSession and GethosturlMeeting method. This works perfect for me.Do you happen to know how to capture the sess...
So I found this document which describes the following pseudocode:// step 1 call the login pagecall p.php?AT=LI to login webex site (including T29,T30,T31)// step 2 parse the responseparse API response ("CSRF=" will be returned if exists) to get CSRF...
Thanks for the update, Ryan.I was able to successfully login by first issuing the getLoginurlUser XML API method; this did return a 200-code success message and the login url complete with the ticket value substitute for the password.My current probl...