Hi,
Thank you for responses. But that didn't work for me.
-- I tried with new version PHP (revision #11)
-- I used 'follow_location' in PHP.
-- I used Curl extesion.
Nothing works as expected. Always getting that Bad-Response.
This is what I am getting with Curl
C:\Documents and Settings\user>C:\wamp\bin\php\php5.2.5\php C:\wamp\www\radion_p
hp\lccs\lccs.php --debug --host=http://collaboration.adobelivecycle.com cprovide
r USER_NAME PASSWORD
$Revision: #11 $ - $Date: 2011/07/27 $
http_get: http://collaboration.adobelivecycle.com/cprovider?mode=xml&accountonly
=true&
<result code="unauthorized">
<baseURL href="https://na2.collaboration.adobelivecycle.com:443/"/>
<authentication href="https://na1r.services.adobe.com/account/wsapi/auth/v1"/>
</result>
http_post: https://na1r.services.adobe.com/account/wsapi/auth/v1 <request><usern
ame>USER_NAME</username><password>PASSWORD</password></request>
Array
(
[Content-Type] => text/xml
)
<response status="ok">
<authtoken type="SSO_ADOBE">renga*na1r*1335eee83c9*X388MBST757Q31NSHTM6W
DC0W4</authtoken>
</response>
Array
(
)
http_get: https://na2.collaboration.adobelivecycle.com:443/cprovider?mode=xml&ac
countonly=true&gak=cmVuZ2EqbmExcioxMzM1ZWVlODNjOSpYMzg4TUJTVDc1N1EzMU5TSFRNNldEQ
zBXNA==
<meeting-info>
<baseURL href="https://na2.collaboration.adobelivecycle.com:443/"/>
<accountPath href="https://forums.adobe.com/accounts/jia/na2-sdk-a757f7e0-6ecf-450a-8959-3c08b63
fdb84"/>
<room instance="na2-sdk-a757f7e0-6ecf-450a-8959-3c08b63fdb84/#room#"/>
<fmsURL href="https://forums.adobe.com/fms?ticket=#ticket#"/>
<ticketURL href="https://forums.adobe.com/app/ticket"/>
</meeting-info>
==== template list for cprovider ====
http_get: https://na2.collaboration.adobelivecycle.com:443/app/content/accounts/
jia/na2-sdk-a757f7e0-6ecf-450a-8959-3c08b63fdb84/templates/?gak=cmVuZ2EqbmExciox
MzM1ZWVlODNjOSpYMzg4TUJTVDc1N1EzMU5TSFRNNldEQzBXNA==
myApp:Wed, 14 Sep 11 07:20:19 -0400
aaa:Wed, 12 Oct 11 02:19:17 -0400
==== room list for cprovider ====
http_get: https://na2.collaboration.adobelivecycle.com:443/app/content/accounts/
jia/na2-sdk-a757f7e0-6ecf-450a-8959-3c08b63fdb84/meetings/?gak=cmVuZ2EqbmExcioxM
zM1ZWVlODNjOSpYMzg4TUJTVDc1N1EzMU5TSFRNNldEQzBXNA==
myfirstroom::Wed, 14 Sep 11 07:03:11 -0400
chatroom::Wed, 14 Sep 11 07:03:28 -0400
lccschatroom:myApp:Wed, 14 Sep 11 07:20:32 -0400
dfphchatroom:myApp:Wed, 12 Oct 11 02:59:38 -0400
iproviderchatroom:myApp:Wed, 12 Oct 11 03:49:15 -0400
==== archive list for cprovider ====
http_get: https://na2.collaboration.adobelivecycle.com:443/app/content/accounts/
jia/na2-sdk-a757f7e0-6ecf-450a-8959-3c08b63fdb84/archives/?gak=cmVuZ2EqbmExcioxM
zM1ZWVlODNjOSpYMzg4TUJTVDc1N1EzMU5TSFRNNldEQzBXNA==
Error: exception 'RTCError' with message 'bad-response' in C:\wamp\www\radion_ph
p\lccs\lccs.php:309
Stack trace:
#0 C:\wamp\www\radion_php\lccs\lccs.php(362): RTCAccount->listItems('archives')
#1 C:\wamp\www\radion_php\lccs\lccs.php(1064): RTCAccount->listArchives()
#2 {main}
Though I am not sure if I would be able to use Curl on Live web server.
Please suggest.
Thanks.