113
CHAPTER 5
XML Results Reference
This chapter describes the XML tags, data, and status codes returned by the Macromedia Breeze
server in response to an action. For information about the actions you can call on the server, see
Chapter 4, “Action Reference,” on page 37
.
About returned XML code
When you call an action on the Breeze server, the server returns a block of XML code.
The parent tag of the XML code is always a
results
tag. The
results
tag contains a
status
tag,
which indicates whether the action was completed successfully. In most cases, if the action was
completed successfully, the
results
tag also contains other tags that contain the data returned by
the action.
For example, a
common-info
action might return the following results:
<results>
<status code="ok" />
<common locale="en">
<cookie>breezm5qtgnye46zpckbf.MARIANNE</cookie>
<date>2004-02-12T15:53:19.797-07:00</date>
<host>http://admin.breeze.example.com</host>
<url>/api/xml?accesskey=yyyyyyyyyyyyyyyy&action=common-info</url>
<version>breeze_402_r116</version>
<account account-id="222914" />
<user user-id="503562">
<login>[email protected]</login>
</user>
</common>
</results>
This chapter organizes the tags alphabetically; each tag has its own section.
For information on possible status values, see
status
.
For information about the tags returned for a particular action, see the documentation for that
action in
Chapter 4, “Action Reference,” on page 37
.
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...