--TEST-- Bug #30994 SOAP server unable to handle request with references --SKIPIF-- --FILE-- XXX TASKTEST ABCabc123 123456 EOF; function bassCall() { return "ok"; } $x = new SoapServer(NULL, array("uri"=>"http://spock/kunta/kunta")); $x->addFunction("bassCall"); $x->handle(); ?> --EXPECT-- ok