<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
               xmlns:cat="http://samplelib.com/catalog">
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Client</faultcode>
      <faultstring>Book not found</faultstring>
      <faultactor>http://samplelib.com/catalog/service</faultactor>
      <detail>
        <cat:CatalogError>
          <cat:Code>404</cat:Code>
          <cat:Message>No book with id 'b99' in the catalog</cat:Message>
        </cat:CatalogError>
      </detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>
