cookie
125
<version>breeze_402_r116</version>
<account account-id="222914" />
<user user-id="503562">
<login>[email protected]</login>
</user>
</common>
contact
Description
Container tag; contains information about a contact.
Attributes
contact-id
The ID of a contact.
Contained tags
,
first-name
,
last-name
Returned by
principal-info
Example
<contact contact-id="654">
<email>[email protected]</email>
<first-name>test4</first-name>
<last-name>laxmi</last-name>
</contact>
cookie
Description
The value of the Java servlet session cookie, named BREEZESESSION.
This is the same cookie that you send with every action call to indicate which user is making the
call. If you call
common-info
without logging in first, the server returns a new cookie.
You need the cookie when, for example, you create a new browser window or launch a SCO.
Depending on the way your external system is implemented, it may be more convenient to
acquire the cookie from the server using
common-info
than for that layer of your code to
determine what cookie you’re sending when you call an action.
Attributes
None.
Contained tags
None (content only).
Returned by
common-info
Содержание BREEZE-USING THE BREEZE XML WEB SERVICES
Страница 1: ...Using the Breeze XML Web Services...
Страница 8: ...8 Contents...
Страница 12: ...12 Introduction Before You Begin...
Страница 26: ...26 Chapter 2 Working with Filters...
Страница 36: ...36 Chapter 3 Common Tasks...
Страница 112: ...112 Chapter 4 Action Reference...
Страница 186: ...186 Chapter 5 XML Results Reference...
Страница 196: ...196 Index...