<?xml version="1.0" encoding="UTF-8"?>

<service>
  <documentation>
   This documentation will be displayed for both Service1 and Service2.
  </documentation>

  <method name="helloWorld" parametersNumber="0">
    <documentation>
    This is the Service 1 version of helloWorld().
    </documentation>
  </method>

  <method name="foo" parametersNumber="0">
    <documentation>
    This method only exists in Service1.
    </documentation>
  </method>

</service>

