User Guide
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>gerweck@example.com</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.