Adobe Connect User Community
Menu

#1 2009-04-08 15:16:40

**_brian.bealer_**

Content replication across several separate installations

Is it possible to use the XML API to write an application that would replicate/distribute content from a centralized connect instance out to several separate instances?

Offline

#2 2009-04-08 22:21:54

**_brian.bealer_**

Re: Content replication across several separate installations

ok, after searching through the documentation, it looks like I can upload content using the sco-upload command. It says it needs to be called from within a HTML form element  with an encoding type of multipart/form-data, an input element with name=file. The example given:

<FORM action="http://domain-name/api/xml?action=sco-upload&scoid=xx&summary=xxx&title=xxx" enctype="multipart/form-data" method="post">
<P>
What files are you sending?
<INPUT type="file" name="file">
<BR>
<INPUT type="submit" value="Send"> <INPUT type="reset">
</FORM>

Am I right in assuming that I can use the url-path received from a call to sco-info to download/read in the content file into a byte array and dump it in the body of the post?

Does anyone have any experience in using the sco-upload command?

Offline

#3 2009-04-09 11:50:37

**_brian.bealer_**

Re: Content replication across several separate installations

Okay, just learned another requirement: The need to replicate a fully populated meeting template, including all content, custom layouts and pods. Is this possible?

Offline

Board footer