<?xml version="1.0"?>
<!-- $Id: reply2.xml,v 1.5 2006/03/05 19:42:40 pdowney Exp $ -->
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
  <env:Header>
    <wsa:Action>http://example.org/action/echoOut</wsa:Action>
    <customer:CustomerKey xmlns:customer="http://example.org/customer" wsa:IsReferenceParameter="true">Key#123456789</customer:CustomerKey>
    <wsa:RelatesTo>D6202742-D9D9-4023-8167-EF0AB81042EC</wsa:RelatesTo>
  </env:Header>
  <env:Body>
    <m:echoOut xmlns:m="http://example.org/echo">Echo This Text</m:echoOut>
  </env:Body>
</env:Envelope>

