Operations in Windows Communication Foundation

This section contains the custom operations supported by the BAM WCF interceptor.

Note that if an operation name element contains an Action attribute:

  1. The operation name is the one identified by the name attribute for both the client and the server,

  2. For reply paths (callback reply), client reply and service rely, the operation name is identified by the name attribute.

Note

Reply messages will have a node that is named by appending the word "Result" to the name specified by the name attribute. You must ensure that the XPaths reflect this naming convention.

In This Section