<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope
  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:ns1="http://platforms-r-us.org/profiles"
  xmlns:ns2="http://the-platform-co.com/qos/priority"
  xmlns:ns3="urn:schemas-acme-com:pvr.v1"
>
  <soap:Header>
    <ns1:options>
       <auto-play>True</auto-play>
       <format>MP3</format>
    </ns1:options>
    <ns2:volume>
      <level>low</level>
    </ns2:volume>
  </soap:Header>
  <soap:Body>
    <ns3:Song>
      <title>Some Song</title>
      <duration>240s</duration>
    </ns3:Song>
  </soap:Body>
</soap:Envelope>

