mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Problem beim Laden von SOAP Requests mit neueren Apache Versionen
behoben
This commit is contained in:
@@ -126,7 +126,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
|
|||||||
|
|
||||||
<wsdl:service name="Lehrveranstaltung">
|
<wsdl:service name="Lehrveranstaltung">
|
||||||
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
||||||
<soap:address location="<?php echo APP_ROOT."/soap/lehrveranstaltung.soap.php?".microtime();?>"/>
|
<soap:address location="<?php echo APP_ROOT."/soap/lehrveranstaltung.soap.php?".microtime(true);?>"/>
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
||||||
@@ -179,7 +179,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
|
|||||||
|
|
||||||
<wsdl:service name="LVPlan">
|
<wsdl:service name="LVPlan">
|
||||||
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
||||||
<soap:address location="<?php echo APP_ROOT."soap/lvplan.soap.php?".microtime();?>"/>
|
<soap:address location="<?php echo APP_ROOT."soap/lvplan.soap.php?".microtime(true);?>"/>
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
|
|||||||
|
|
||||||
<wsdl:service name="Mitarbeiter">
|
<wsdl:service name="Mitarbeiter">
|
||||||
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
||||||
<soap:address location="<?php echo APP_ROOT."soap/mitarbeiter.soap.php?".microtime();?>"/>
|
<soap:address location="<?php echo APP_ROOT."soap/mitarbeiter.soap.php?".microtime(true);?>"/>
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
||||||
+1
-1
@@ -136,7 +136,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
|
|||||||
|
|
||||||
<wsdl:service name="Ort">
|
<wsdl:service name="Ort">
|
||||||
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
||||||
<soap:address location="<?php echo APP_ROOT."soap/ort.soap.php?".microtime();?>"/>
|
<soap:address location="<?php echo APP_ROOT."soap/ort.soap.php?".microtime(true);?>"/>
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
||||||
@@ -71,7 +71,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
|
|||||||
|
|
||||||
<wsdl:service name="Person">
|
<wsdl:service name="Person">
|
||||||
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
||||||
<soap:address location="<?php echo APP_ROOT."soap/person.soap.php?".microtime();?>"/>
|
<soap:address location="<?php echo APP_ROOT."soap/person.soap.php?".microtime(true);?>"/>
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
||||||
@@ -66,7 +66,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
|
|||||||
|
|
||||||
<wsdl:service name="SemesterTicketService">
|
<wsdl:service name="SemesterTicketService">
|
||||||
<wsdl:port name="SemesterTicketServicePort" binding="SemesterTicketServicePortSoapBinding">
|
<wsdl:port name="SemesterTicketServicePort" binding="SemesterTicketServicePortSoapBinding">
|
||||||
<wsdlsoap:address location="<?php echo APP_ROOT."soap/semesterticket.soap.php?".microtime();?>" />
|
<wsdlsoap:address location="<?php echo APP_ROOT."soap/semesterticket.soap.php?".microtime(true);?>" />
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
||||||
@@ -117,7 +117,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
|
|||||||
|
|
||||||
<wsdl:service name="Student">
|
<wsdl:service name="Student">
|
||||||
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
<wsdl:port name="ConfigWebservicePort" binding="tns:ConfigBinding">
|
||||||
<soap:address location="<?php echo APP_ROOT."/soap/student.soap.php?".microtime();?>"/>
|
<soap:address location="<?php echo APP_ROOT."/soap/student.soap.php?".microtime(true);?>"/>
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
||||||
Reference in New Issue
Block a user