Calling method in webservice

A little confused on how to go about calling a method from my webservice. For example how would i call

<?php
class MyWebService { public function callThis($value) { //SOME CODE HERE } public function getThat($value) { //SOME CODE HERE } } ?\> Thanks! [import]uid: 110349 topic\_id: 23522 reply\_id: 323522[/import]