<soapenv:Envelope
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:hy="http://www.herongyang.com/Service/">
  <soapenv:Header/>
  <soapenv:Body>
    <hy:RegistrationResponse>
      <hy:Confirmation guest="Herong Yang" event="OpenGame"/>
      <hy:Confirmation guest="Joe Smith" event="OpenGame"/>
    </hy:RegistrationResponse>
  </soapenv:Body>
</soapenv:Envelope>