sco-update
107
The following sample XML is returned when a presentation SCO is created:
<results>
<status code="ok" />
<sco folder-id="945" type="presentation" lang="en" sco-id="2152" status="no-
content" tree-id="11" sco-data-id="2154">
<author-info-2>sw</author-info-2>
<author-info-3>macr</author-info-3>
<url-path>/p74161709/</url-path>
<description>testXMLAPIpreso-New</description>
<author-info-1>laxmi n</author-info-1>
<name>testAPI-preso-New</name>
</sco>
</results>
To update the title, summary, speaker name, title, language, and company, replace the parameter
folder-id
with the parameter
sco-id
.
To upload a different SCO and rebuild the presentation, call
sco-upload
and
sco-build
in that
order.
The following sample results are returned when a presentation is updated:
<results>
<status code="ok" />
</results>
The following sample XML is returned when a course is created:
<results>
<status code="ok" />
<sco folder-id="954" lang="1" type="course" sco-id="1520" source-sco-
id="720" status="active" tree-id="10" sco-data-id="722">
<date-begin>2004-07-26T24:41:58.330-07:00</date-begin>
<date-end>2004-07-28T21:41:58.330-07:00</date-end>
<sco-tag>test-3</sco-tag>
<url-path>/p41607453/</url-path>
<description>testXMLAPIcourse-3</description>
<name>testAPI-course-3</name>
</sco>
</results>
To update the start date, end date, course ID, summary, description, name, and content
associated with a course, replace the parameter
folder-id
with the parameter
sco-id
.
The following sample XML is returned when updating a course:
<results>
<status code="ok" />
</results>
The following sample XML is returned when creating a meeting:
<results>
<status code="ok" />
<sco folder-id="1426" lang="en" type="meeting" sco-id="1429" status="active"
tree-id="14" sco-data-id="1431">
<date-begin>2004-07-22T21:41:58.330-07:00</date-begin>
Summary of Contents for BREEZE-USING THE BREEZE XML WEB SERVICES
Page 1: ...Using the Breeze XML Web Services...
Page 8: ...8 Contents...
Page 12: ...12 Introduction Before You Begin...
Page 26: ...26 Chapter 2 Working with Filters...
Page 36: ...36 Chapter 3 Common Tasks...
Page 112: ...112 Chapter 4 Action Reference...
Page 186: ...186 Chapter 5 XML Results Reference...
Page 196: ...196 Index...