Adobe Connect User Community
Menu

#1 2009-01-28 05:55:14

**_nunezjj_**

Chained XML requests

Hi,

I'm trying to get meetings from AC using XML requests. I wrote a piece of code in order to send XML requests to AC and seems to work fine except when I'm trying to get meeting list (or any other action different form login).

This is my sequence:

1. Send common-info action => I got the breeze session
2. Login with user, password and session => status code ok (although I guess a new breeze session has been created)
3. Send report-my-meetings action (I'm including the breeze session) => I got "no-access no-login" message

Any help will be more than welcome.

Thanks in advance.

Regards,

Juan

Offline

#2 2009-01-28 06:15:49

**_nunezjj_**

Re: Chained XML requests

[auto answer=on]

My fault... breeze cookie must be passed in the HTTP header itself...

[auto-answer=off]

Offline

Board footer