value = $str; } function echoValue($inMessage){ $responsePayloadString = << $this->value XML; return new WSMessage($responsePayloadString); } } $operations = array("echoString" => "echoValue"); $service = new WSService(array( "classes" => array("Bar" => array("operations" => $operations, "args" => array("Hello") )))); $service->reply(); ?>