mimetype auf text/xml geändert

This commit is contained in:
Karl Burkhart
2012-09-04 08:04:42 +00:00
parent af194a99a3
commit a439ef6aa3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
require_once('../config/vilesci.config.inc.php');
header("Content-type: text/plain");
header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>";
?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
require_once('../config/vilesci.config.inc.php');
header("Content-type: text/plain");
header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>";
?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"