Project

General

Profile

Bug #20938 » 011802-ter-soap-patch.patch

Administrator Admin, 2009-09-11 11:56

View differences:

tx_ter_wsdl.php (Arbeitskopie)
$WSDLSource = str_replace ('---SERVICE_LOCATION---', $serviceLocation, $WSDLSource);
header('Content-type: text/xml');
header('Content-Length: ' . strlen($WSDLSource));
echo ($WSDLSource);
?>
(1-1/2)