﻿<script>
  <!-- register the blueprint for our 8-ball service -->
  <action verb="POST" path="/host/load?name=dream.sample.8ball" />

  <!-- instantiate it -->
  <action verb="POST" path="/host/services">
    <config>
      <path>8ball</path>
      <sid>http://services.mindtouch.com/dream/tutorial/2007/03/8ball</sid>
    </config>
  </action>
</script>
