Business Processes and Rules: Siebel Enterprise Application Integration > Creating and Using Dispatch Rules > Overview of EAI Dispatch Service >

Search Expression Grammar


Search expression grammar is used by the EAI Dispatch Service to parse incoming messages and determine the course of action. Search expression grammar is based on the XPath standard. Table 2 presents the definitions you use to construct a search expression.

Table 2. Definitions for Constructing Search Expressions
Symbols
Description

/

A forward slash indicates a new level in the hierarchy. The first slash indicates the root of the hierarchy.

@

An at symbol indicates the attribute.

*

An asterisk indicates no specific criteria and that everything matches in the input. Asterisks cannot be used with attributes.

Name

This is the literal value for which the EAI Dispatch Service searches the document.

NOTE:  See Examples of Search Expression Grammar for additional information and examples.

Business Processes and Rules: Siebel Enterprise Application Integration Copyright © 2006, Oracle. All rights reserved.