Chapter 3: Common Tasks; Calling Your First Action - MACROMEDIA BREEZE-USING THE BREEZE XML WEB SERVICES Use Manual

Using the breeze xml web services
Table of Contents

Advertisement

This chapter describes common scenarios for integrating Macromedia Breeze with external
applications or systems. These scenarios show how to accomplish several common tasks. To
perform each task, you call one or more actions on the Breeze server and then parse the XML tags
that the server returns. In some cases, you use returned information as parameter values for the
next action.
This chapter also provides sample code demonstrating how to perform some of the tasks using
Macromedia ColdFusion Markup Language (CFML).
Note: Not all the task descriptions include sample code. The syntax for calling an action is consistent
for all actions, so you can use the sample code from tasks that include it as models for code to
perform other tasks.
Each time you call an action on the Breeze server, you must include an access key and credentials
indicating which logged-in user is performing the action. For more information about the Breeze
security model, including information about access keys, see
For detailed information about each action and each XML tag, see
on page 37
and

Calling your first action

You can enter a test URL in the address field of a browser window and see the XML response
from the server. You should be comfortable with actions in the browser before you write code. A
good action to call is
To call an action in a browser, you need to know the following:
The domain of your breeze account.
For example,
The name of the action you want to call.
For a complete list of actions, see
Chapter 5, "XML Results Reference," on page
because it returns a list of all the other actions you can call.
action-list
breeze.yourcompany.com
"Action Reference" on page
"About security" on page
113.
.
37.
CHAPTER 3
Common Tasks
17.
Chapter 4, "Action Reference,"
27

Advertisement

Table of Contents
loading

This manual is also suitable for:

Breeze

Table of Contents