This text file contains example code from: Chapter 20 - SOA Metrics with BAM Book - SOA with .NET & Windows Azure: Realizing Service-Orientation with the Microsoft Platform Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl (www.soabooks.com/community) Certification - These examples are used as part of the Certified SOA .NET Developer curriculum (www.soaschool.com) <programlisting linenumbering="unnumbered"> ... <ic:<emphasis role="pd_red">Update</emphasis> DataItemName="CustomerNumber" Type="NVARCHAR"> <ic:Expression> <wcf:Operation Name ="XPath"> <wcf:Argument>//a:CustomerNumber</wcf:Argument> </wcf:Operation> </ic:Expression> </ic:<emphasis role="pd_red">Update</emphasis>> <ic:<emphasis role="pd_red">Update</emphasis> DataItemName="BuyerName" Type="NVARCHAR"> <ic:Expression> <wcf:Operation Name ="XPath"> <wcf:Argument>//a:BuyerName</wcf:Argument> </wcf:Operation> </ic:Expression> </ic:<emphasis role="pd_red">Update</emphasis>> <ic:<emphasis role="pd_red">Update</emphasis> DataItemName="OrderTotsl" Type="INT"> <ic:Expression> <wcf:Operation Name ="XPath"> <wcf:Argument>//a:OrderTotal</wcf:Argument> </wcf:Operation> </ic:Expression> </ic:<emphasis role="pd_red">Update</emphasis>> </ic:OnEvent> </ic:BamActivity> </ic:InterceptorConfiguration></programlisting> </example>