6ca1b44936bf4zb7202e6bd8ce4bkcbd $ct = preg_match("~<\w*:SID>(.*)~", $HTTP_RAW_POST_DATA, $match); if ($ct>0) $SID = trim($match[1]); $MANUAL_SESSION_START = true; //-- set the gedcom id $ct = preg_match("~<\w*:gedcom_id>(.*)~", $HTTP_RAW_POST_DATA, $match); if ($ct>0) $_REQUEST['ged'] = trim($match[1]); require_once WT_ROOT.'includes/functions/functions_edit.php'; } } /** * load up the service implementation */ require_once './webservice/ServiceLogic.class.php'; $genealogyServer = new ServiceLogic(); //-- process the SOAP request $server = $genealogyServer->process(); ?>