--TEST-- SOAP Server 11: bind --SKIPIF-- --GET-- wsdl --FILE-- handle(); $wsdl = ob_get_contents(); ob_end_clean(); if ($wsdl == file_get_contents(dirname(__FILE__)."/test.wsdl")) { echo "ok\n"; } else { echo "fail\n"; } ?> --EXPECT-- ok