<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <RequestProductDetailsResponse xmlns="http://www.liquid-technologies.com/ProductDetailsSample">
      <RequestProductDetailsResult>
        <!--Created by Liquid XML Data Binding Libraries (www.liquid-technologies.com) -->
        <AA:ProductDetailsResponse xmlns:AA="http://www.liquid-technologies.com/ProductDetailsSample" xmlns="">
          <AA:ProductDetails>
            <AA:Name>Widget</AA:Name>
            <AA:Description>The important widget that goes between the flange and the spindle</AA:Description>
            <AA:Price>25.36</AA:Price>
            <AA:StockLevel>15000</AA:StockLevel>
          </AA:ProductDetails>
        </AA:ProductDetailsResponse>
      </RequestProductDetailsResult>
    </RequestProductDetailsResponse>
  </soap:Body>
</soap:Envelope>
