Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is use? #8

Open
abdolsalam opened this issue Oct 7, 2020 · 0 comments
Open

How is use? #8

abdolsalam opened this issue Oct 7, 2020 · 0 comments

Comments

@abdolsalam
Copy link

Hi there
I have used your library as follows, but after calling the GetAllMeetings function, I get code NoAccess

var provider = new HttpCommunicationProvider();
var settings = new SdkSettings();
settings.ServiceURL = "https://mydomain/api/xml";
settings.NetDomain = "https://mydomain/";
settings.NetUser = "my adobe user";
settings.NetPassword = "my pass";
AdobeConnectXmlAPI api = new AdobeConnectXmlAPI(provider, settings);
var st = api.Login("my adobe user", "my pass");
var meetingDetail = api.GetAllMeetings();

Please help, where is the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant