<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <tnsa:RequestProductDetails xmlns:tns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tnsa="http://www.liquid-technologies.com/ProductDetailsSample" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <tnsa:productRequest>
        <tnsa:Credentials>
          <tnsa:Username>Joe</tnsa:Username>
          <tnsa:Password>password</tnsa:Password>
        </tnsa:Credentials>
        <tnsa:ProductSerialNo>0123456798</tnsa:ProductSerialNo>
      </tnsa:productRequest>
    </tnsa:RequestProductDetails>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
