> -----Original Message----- > From: Christian Wenz [mailto:chw@hauser-wenz.de] > > > > I think the problem is your $param definition. > > Try: $param = array('Echo'=>$param) > > that's a recursive definition. Did you mean > array("Echo" => "value_of_parameter"); Just re-using the same variable name to avoid additional mess. Either way works. > ? However please note that "Echo" is the name of the web > service's method, > not the name of the parameter (the parameter's name is "s"). So what happened when you replaced 'Echo' for 'S' in the code? Regards, Mike C. ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php