Port to PEAR and more | // | Authors: Dietrich Ayala Original Author | // +----------------------------------------------------------------------+ // // $Id: server_Round2Base.php,v 1.5 2003/08/05 16:56:43 arnaud Exp $ // require_once 'SOAP/Server.php'; require_once 'interop_Round2Base.php'; $base =& new SOAP_Interop_Base(); $server =& new SOAP_Server; $server->_auto_translation = true; $server->addObjectMap($base,'http://soapinterop.org/'); $server->service(isset($HTTP_RAW_POST_DATA)?$HTTP_RAW_POST_DATA:NULL); $test = ' arg 34 325.325 '; #$server->service($test,'',TRUE); ?>