<?xml version="1.0"?>
<!-- $Id: fault1.xml,v 1.7 2006/01/19 06:05:30 hugo Exp $ -->
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:echo="http://example.org/echo">
  <env:Header>
    <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action>
    <customer:CustomerKey xmlns:customer="http://example.org/customer" wsa:IsReferenceParameter="true">Fault#123456789</customer:CustomerKey>
    <wsa:MessageID>urn:uuid:243D4581-5103-4909-A38F-982C7A406FF9</wsa:MessageID>
    <wsa:RelatesTo>urn:uuid:BAB79B77-E9AE-4B9F-A8B4-624BB9E7E919</wsa:RelatesTo>
  </env:Header>
  <env:Body>
    <env:Fault>
      <faultcode>echo:EmptyEchoString</faultcode>
      <faultstring>The echo string was empty.</faultstring>
    </env:Fault>
  </env:Body>
</env:Envelope>
