Adobe Connect User Community
Menu

#1 2014-01-08 10:03:16

budesanta

Using the XML API with Enhanced Security

Hi,

I just read this post
http://blogs.adobe.com/connectsupport/u … -security/   
but I'm not able to implement it on my site.

I use DOMDocument class to get needed information.

$dom = new DOMDocument();

First I call common-info

$dom->load('https://domain.adobeconnect.com/api/xml?action=common-info', LIBXML_NOBLANKS);
and get the session value.

After that, I logged in the admin using that session value

$dom->load('https://domain.adobeconnect.com/api/xml?action=login&login=login@login.com&password=password&session='.$session.'', LIBXML_NOBLANKS);
And I get response OK - so the admin is logged in now.

After that I call common-info again
$dom->load('https://domain.adobeconnect.com/api/xml?action=common-info', LIBXML_NOBLANKS);
and get the new generated session value.
When I use this session value in next calls I get get the following error response:

<results>
<status code=”no-access“ subcode=”no-login“/>
</results>


So..when I call common-info second time it seems that admin is not logged in ???? Why??
Can someone help me please...

Thanks...

Offline

#2 2014-02-12 13:59:45

develliot

Re: Using the XML API with Enhanced Security

The odd thing is that I am not doing the extra step mentioned in that blog on the 9.2 preview server and when I turned on enhanced security I am not seeing any issues.

Offline

#3 2014-05-01 04:42:17

frank.liepert

Re: Using the XML API with Enhanced Security

The linked post is odd, it differs from the web services manual. Please see: http://help.adobe.com/en_US/connect/9.0 … 5_SP1.html

Offline

Board footer