Participants in a session communicate by sending messages. The messages that
a service sends are handled by the Session Web service itself, which uses the
routing table that is defined in the session manifest to determine which
participants should receive each message. The session follows a set
of rules to determine where to send the message. For more information, see
Session Routing Rules.
For more information about how to send a message from a
service, see
How to Send a Message to a Service Through the Session.
A session can also contain intercept participants. An intercept participant
can transform messages before the session sends them to their final
destination. For more information, see How to Create an
Intercept Participant.
See Also