Adobe Connect User Community
Menu

#1 2011-03-23 16:14:50

**_pjones_**

Display training catalog on a website

Is it possible to use xml and webservices to display the training catalog on a website. I don't want users to have to sign-in to see a list of available courses.

I've figured out how to use the xml api to login:

https://myserver/api/xml?action=login&login=username&password=password

and display the xml codes for the catalog:

https://myserver/api/xml?action=sco-contents&sco-id=79407

Can I use javascript or an xsl style sheet to display this content on my webpage?

Offline

#2 2011-04-12 15:35:09

**_pjones_**

Re: Display training catalog on a website

So I guess this isn't possible?

Offline

#3 2011-08-10 23:49:12

**_wildnettechnologies_**

Re: Display training catalog on a website

you have to do R&D more for it then u will got it else leave it.

Offline

#4 2011-08-11 10:47:04

**_gajett_**

Re: Display training catalog on a website

yes, it is possible, and you aren't far off.
you can already get the xml, now you just need to figure out how to integrate it with whatever web hosting/server-side scripting you have.
so, if php, search for 'display xml php' or similar.  you should find several techniques for 'consuming' what is actually a feed of xml and displaying it on a page.

what you'll need to do from within your web page:
pass your login, get cookie(session)
ask for xml via api call
get xml, parse it and display on your page.

there are some very basic, get-you-in-the-ballpark type examples in the Connect docs: http://www.adobe.com/support/documentat … onnectpro/


--g--

Offline

#5 2011-09-13 14:28:30

**_websitefeedback_**

Re: Display training catalog on a website

Is it possible to use XML and Web services to display the catalog of training on a website. I do not want users having to log in to see a list of available courses.

Offline

Board footer