Bug #20938 » 011802-ter-soap-patch.patch
tx_ter_wsdl.php (Arbeitskopie) | ||
---|---|---|
$WSDLSource = str_replace ('---SERVICE_LOCATION---', $serviceLocation, $WSDLSource);
|
||
header('Content-type: text/xml');
|
||
header('Content-Length: ' . strlen($WSDLSource));
|
||
echo ($WSDLSource);
|
||
?>
|