Hi,
I used the "XML API Debug Screen" code here: Cisco WebEx Developer
I used the php sample code here too. I coded into the "XML API Debug Screen" code with the php login information. See the attached file.
I entered "apidemoeu" to get to "apidemoeu.webex.com".
I got this XML response below. Can you please advise?nmorrow
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common">
</serv:message>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Incidentally, https://apidemoeu.webex.com/WBXService/XMLService does seem to be working. And it returns:
<message xmlns="http://www.webex.com/schemas/2002/06/service">
</message>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello,
This is due to incorrect site ID in the security context. The correct site ID for apidemoeu.webex.com is 690319. A better solution would be to remove site id and partner id from the security context all together, and replace them with siteName, which would be the subdomain of the POST URL, apidemoeu in this case, <siteName>apidemoeu</siteName>.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.