Problem beim Laden von SOAP Requests mit neueren Apache Versionen

behoben
This commit is contained in:
Andreas Oesterreicher
2017-07-03 17:36:06 +02:00
parent 3ccac21136
commit a06f54ca8a
7 changed files with 133 additions and 133 deletions
+23 -23
View File
@@ -1,26 +1,26 @@
<?php <?php
require_once('../config/vilesci.config.inc.php'); require_once('../config/vilesci.config.inc.php');
header("Content-type: text/xml"); header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>"; echo "<?xml version='1.0' encoding='utf-8' ?>";
?> ?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://technikum-wien.at" xmlns:tns="http://technikum-wien.at"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://technikum-wien.at" targetNamespace="http://technikum-wien.at"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="GetLehrveranstaltungFromIdRequest"> <wsdl:message name="GetLehrveranstaltungFromIdRequest">
<wsdl:part minOccurs="0" maxOccurs="1" name="lehrveranstaltung_id" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="lehrveranstaltung_id" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="semester" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="semester" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetLehrveranstaltungFromIdResponse"> <wsdl:message name="GetLehrveranstaltungFromIdResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetLehrveranstaltungFromId" type="tns:GetLehrveranstaltungFromId"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetLehrveranstaltungFromId" type="tns:GetLehrveranstaltungFromId"/>
</wsdl:message> </wsdl:message>
<s:complexType name="GetLehrveranstaltungFromId"> <s:complexType name="GetLehrveranstaltungFromId">
<s:element minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="lehreverzeichnis" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="lehreverzeichnis" type="s:string"/>
@@ -28,18 +28,18 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<s:element minOccurs="0" maxOccurs="1" name="lektoren" type="tns:ArrayOfLektorenItem"/> <s:element minOccurs="0" maxOccurs="1" name="lektoren" type="tns:ArrayOfLektorenItem"/>
<s:element minOccurs="0" maxOccurs="1" name="gruppen" type="tns:ArrayOfGruppenItem"/> <s:element minOccurs="0" maxOccurs="1" name="gruppen" type="tns:ArrayOfGruppenItem"/>
</s:complexType> </s:complexType>
<wsdl:message name="GetLehrveranstaltungFromStudiengangRequest"> <wsdl:message name="GetLehrveranstaltungFromStudiengangRequest">
<wsdl:part minOccurs="0" maxOccurs="1" name="studiengang" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="studiengang" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="semester" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="semester" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="ausbildungssemester" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="ausbildungssemester" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetLehrveranstaltungFromStudiengangResponse"> <wsdl:message name="GetLehrveranstaltungFromStudiengangResponse">
<wsdl:part minOccurs="0" maxOccurs="unbounded" name="GetLehrveranstaltungFromStudiengang" type="tns:GetLehrveranstaltungFromStudiengang"/> <wsdl:part minOccurs="0" maxOccurs="unbounded" name="GetLehrveranstaltungFromStudiengang" type="tns:GetLehrveranstaltungFromStudiengang"/>
</wsdl:message> </wsdl:message>
<s:complexType name="GetLehrveranstaltungFromStudiengang"> <s:complexType name="GetLehrveranstaltungFromStudiengang">
<s:element minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="lehreverzeichnis" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="lehreverzeichnis" type="s:string"/>
@@ -47,15 +47,15 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<s:element minOccurs="0" maxOccurs="1" name="lektoren" type="tns:ArrayOfLektorenItem"/> <s:element minOccurs="0" maxOccurs="1" name="lektoren" type="tns:ArrayOfLektorenItem"/>
<s:element minOccurs="0" maxOccurs="1" name="gruppen" type="tns:ArrayOfGruppenItem"/> <s:element minOccurs="0" maxOccurs="1" name="gruppen" type="tns:ArrayOfGruppenItem"/>
</s:complexType> </s:complexType>
<s:complexType name="GetAuthentifizierung"> <s:complexType name="GetAuthentifizierung">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<s:complexType name="ArrayOfLektorenItem"> <s:complexType name="ArrayOfLektorenItem">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="LektorItem" nillable="true" type="tns:LektorItem"/> <s:element minOccurs="0" maxOccurs="unbounded" name="LektorItem" nillable="true" type="tns:LektorItem"/>
@@ -77,9 +77,9 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<s:element minOccurs="0" maxOccurs="1" name="semester" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="semester" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="verband" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="verband" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="gruppe" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="gruppe" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="gruppe_kurzbz" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="gruppe_kurzbz" type="s:string"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<s:complexType name="ArrayOfMoodleItem"> <s:complexType name="ArrayOfMoodleItem">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="MoodleItem" nillable="true" type="tns:MoodleItem"/> <s:element minOccurs="0" maxOccurs="unbounded" name="MoodleItem" nillable="true" type="tns:MoodleItem"/>
@@ -101,7 +101,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output message="tns:GetLehrveranstaltungFromStudiengangResponse"/> <wsdl:output message="tns:GetLehrveranstaltungFromStudiengangResponse"/>
</wsdl:operation> </wsdl:operation>
</wsdl:portType> </wsdl:portType>
<wsdl:binding name="ConfigBinding" type="tns:ConfigPortType"> <wsdl:binding name="ConfigBinding" type="tns:ConfigPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="getLehrveranstaltungFromId"> <wsdl:operation name="getLehrveranstaltungFromId">
@@ -121,12 +121,12 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output> <wsdl:output>
<soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> <soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
</wsdl:binding> </wsdl:binding>
<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>
+20 -20
View File
@@ -1,42 +1,42 @@
<?php <?php
require_once('../config/vilesci.config.inc.php'); require_once('../config/vilesci.config.inc.php');
header("Content-type: text/xml"); header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>"; echo "<?xml version='1.0' encoding='utf-8' ?>";
?> ?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://technikum-wien.at" xmlns:tns="http://technikum-wien.at"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://technikum-wien.at" targetNamespace="http://technikum-wien.at"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="GetLVPlanFromUserRequest"> <wsdl:message name="GetLVPlanFromUserRequest">
<wsdl:part minOccurs="1" maxOccurs="1" name="uid" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="uid" type="s:string"/>
<wsdl:part minOccurs="1" maxOccurs="1" name="von" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="von" type="s:string"/>
<wsdl:part minOccurs="1" maxOccurs="1" name="bis" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="bis" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetLVPlanFromUserResponse"> <wsdl:message name="GetLVPlanFromUserResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetLVPlanFromUser" type="tns:ArrayOfLVPlan"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetLVPlanFromUser" type="tns:ArrayOfLVPlan"/>
</wsdl:message> </wsdl:message>
<s:complexType name="GetAuthentifizierung"> <s:complexType name="GetAuthentifizierung">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<s:complexType name="ArrayOfLVPlan"> <s:complexType name="ArrayOfLVPlan">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="lvplan" type="tns:LVPlanItem"/> <s:element minOccurs="0" maxOccurs="unbounded" name="lvplan" type="tns:LVPlanItem"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<s:complexType name="LVPlanItem"> <s:complexType name="LVPlanItem">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="anmerkung" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="anmerkung" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="lehrform" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="lehrform" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="titel" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="titel" type="s:string"/>
@@ -87,7 +87,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="1" maxOccurs="1" name="studiensemester_kurzbz" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="studiensemester_kurzbz" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetLVPlanFromLVResponse"> <wsdl:message name="GetLVPlanFromLVResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="LVPlan" type="tns:ArrayOfLVPlan"/> <wsdl:part minOccurs="0" maxOccurs="1" name="LVPlan" type="tns:ArrayOfLVPlan"/>
</wsdl:message> </wsdl:message>
@@ -102,7 +102,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="1" maxOccurs="1" name="bis" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="bis" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetLVPlanFromStgResponse"> <wsdl:message name="GetLVPlanFromStgResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="LVPlan" type="tns:ArrayOfLVPlan"/> <wsdl:part minOccurs="0" maxOccurs="1" name="LVPlan" type="tns:ArrayOfLVPlan"/>
</wsdl:message> </wsdl:message>
@@ -113,11 +113,11 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="1" maxOccurs="1" name="bis" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="bis" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetLVPlanFromOrtResponse"> <wsdl:message name="GetLVPlanFromOrtResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="LVPlan" type="tns:ArrayOfLVPlan"/> <wsdl:part minOccurs="0" maxOccurs="1" name="LVPlan" type="tns:ArrayOfLVPlan"/>
</wsdl:message> </wsdl:message>
<wsdl:portType name="ConfigPortType"> <wsdl:portType name="ConfigPortType">
<wsdl:operation name="getLVPlanFromUser"> <wsdl:operation name="getLVPlanFromUser">
<wsdl:input message="tns:GetLVPlanFromUserRequest"/> <wsdl:input message="tns:GetLVPlanFromUserRequest"/>
@@ -136,7 +136,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output message="tns:GetLVPlanFromOrtResponse"/> <wsdl:output message="tns:GetLVPlanFromOrtResponse"/>
</wsdl:operation> </wsdl:operation>
</wsdl:portType> </wsdl:portType>
<wsdl:binding name="ConfigBinding" type="tns:ConfigPortType"> <wsdl:binding name="ConfigBinding" type="tns:ConfigPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="getLVPlanFromUser"> <wsdl:operation name="getLVPlanFromUser">
@@ -176,10 +176,10 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
</wsdl:binding> </wsdl:binding>
<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>
+21 -21
View File
@@ -1,25 +1,25 @@
<?php <?php
require_once('../config/vilesci.config.inc.php'); require_once('../config/vilesci.config.inc.php');
header("Content-type: text/xml"); header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>"; echo "<?xml version='1.0' encoding='utf-8' ?>";
?> ?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://technikum-wien.at" xmlns:tns="http://technikum-wien.at"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://technikum-wien.at" targetNamespace="http://technikum-wien.at"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="GetMitarbeiterFromUIDRequest"> <wsdl:message name="GetMitarbeiterFromUIDRequest">
<wsdl:part minOccurs="1" maxOccurs="1" name="uid" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="uid" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetMitarbeiterFromUIDResponse"> <wsdl:message name="GetMitarbeiterFromUIDResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetMitarbeiterFromUID" type="tns:Mitarbeiter"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetMitarbeiterFromUID" type="tns:Mitarbeiter"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="Mitarbeiter"> <wsdl:message name="Mitarbeiter">
<wsdl:part minOccurs="0" maxOccurs="1" name="vorname" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="vorname" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="nachname" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="nachname" type="s:string"/>
@@ -28,14 +28,14 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="0" maxOccurs="1" name="uid" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="uid" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="email" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="email" type="s:string"/>
</wsdl:message> </wsdl:message>
<s:complexType name="GetAuthentifizierung"> <s:complexType name="GetAuthentifizierung">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<s:complexType name="ArrayOfMitarbeiter"> <s:complexType name="ArrayOfMitarbeiter">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="MitarbeiterItems" type="tns:MitarbeiterItem"/> <s:element minOccurs="0" maxOccurs="unbounded" name="MitarbeiterItems" type="tns:MitarbeiterItem"/>
@@ -45,26 +45,26 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:message name="GetMitarbeiterRequest"> <wsdl:message name="GetMitarbeiterRequest">
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetMitarbeiterResponse"> <wsdl:message name="GetMitarbeiterResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="Mitarbeiter" type="tns:ArrayOfMitarbeiter"/> <wsdl:part minOccurs="0" maxOccurs="1" name="Mitarbeiter" type="tns:ArrayOfMitarbeiter"/>
</wsdl:message> </wsdl:message>
<s:complexType name="ArrayOfMitarbeiter"> <s:complexType name="ArrayOfMitarbeiter">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="MitarbeiterItem" type="tns:Mitarbeiter"/> <s:element minOccurs="0" maxOccurs="unbounded" name="MitarbeiterItem" type="tns:Mitarbeiter"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<wsdl:message name="SearchMitarbeiterRequest"> <wsdl:message name="SearchMitarbeiterRequest">
<wsdl:part minOccurs="1" maxOccurs="1" name="filter" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="filter" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="SearchMitarbeiterResponse"> <wsdl:message name="SearchMitarbeiterResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="Mitarbeiter" type="tns:ArrayOfMitarbeiter"/> <wsdl:part minOccurs="0" maxOccurs="1" name="Mitarbeiter" type="tns:ArrayOfMitarbeiter"/>
</wsdl:message> </wsdl:message>
<wsdl:portType name="ConfigPortType"> <wsdl:portType name="ConfigPortType">
<wsdl:operation name="GetMitarbeiterFromUID"> <wsdl:operation name="GetMitarbeiterFromUID">
<wsdl:input message="tns:GetMitarbeiterFromUIDRequest"/> <wsdl:input message="tns:GetMitarbeiterFromUIDRequest"/>
@@ -79,7 +79,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output message="tns:SearchMitarbeiterResponse"/> <wsdl:output message="tns:SearchMitarbeiterResponse"/>
</wsdl:operation> </wsdl:operation>
</wsdl:portType> </wsdl:portType>
<wsdl:binding name="ConfigBinding" type="tns:ConfigPortType"> <wsdl:binding name="ConfigBinding" type="tns:ConfigPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetMitarbeiterFromUID"> <wsdl:operation name="GetMitarbeiterFromUID">
@@ -110,10 +110,10 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
</wsdl:binding> </wsdl:binding>
<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>
+25 -25
View File
@@ -1,45 +1,45 @@
<?php <?php
require_once('../config/vilesci.config.inc.php'); require_once('../config/vilesci.config.inc.php');
header("Content-type: text/xml"); header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>"; echo "<?xml version='1.0' encoding='utf-8' ?>";
?> ?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://technikum-wien.at" xmlns:tns="http://technikum-wien.at"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://technikum-wien.at" targetNamespace="http://technikum-wien.at"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="GetOrtFromKurzbzRequest"> <wsdl:message name="GetOrtFromKurzbzRequest">
<wsdl:part minOccurs="1" maxOccurs="1" name="ort_kurzbz" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="ort_kurzbz" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetOrtFromKurzbzResponse"> <wsdl:message name="GetOrtFromKurzbzResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetLehrveranstaltungFromId" type="tns:GetOrtFromKurzbz"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetLehrveranstaltungFromId" type="tns:GetOrtFromKurzbz"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetOrtFromKurzbz"> <wsdl:message name="GetOrtFromKurzbz">
<wsdl:part minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="stockwerk" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="stockwerk" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="sitzplaetze" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="sitzplaetze" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="raumtyp" type="tns:ArrayOfRaumtyp"/> <wsdl:part minOccurs="0" maxOccurs="1" name="raumtyp" type="tns:ArrayOfRaumtyp"/>
</wsdl:message> </wsdl:message>
<s:complexType name="GetAuthentifizierung"> <s:complexType name="GetAuthentifizierung">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<s:complexType name="ArrayOfRaumtyp"> <s:complexType name="ArrayOfRaumtyp">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="RaumtypItem" type="tns:ArrayOfRaumtypItem"/> <s:element minOccurs="0" maxOccurs="unbounded" name="RaumtypItem" type="tns:ArrayOfRaumtypItem"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<s:complexType name="ArrayOfRaumtypItem"> <s:complexType name="ArrayOfRaumtypItem">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="raumtyp_kurzbz" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="raumtyp_kurzbz" type="s:string"/>
@@ -52,17 +52,17 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="0" maxOccurs="1" name="raumtyp_kurzbz" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="raumtyp_kurzbz" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetRaeumeResponse"> <wsdl:message name="GetRaeumeResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="Raeume" type="tns:ArrayOfRaeume"/> <wsdl:part minOccurs="0" maxOccurs="1" name="Raeume" type="tns:ArrayOfRaeume"/>
</wsdl:message> </wsdl:message>
<s:complexType name="ArrayOfRaeume"> <s:complexType name="ArrayOfRaeume">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="RaumtypItem" type="tns:Raum"/> <s:element minOccurs="0" maxOccurs="unbounded" name="RaumtypItem" type="tns:Raum"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<wsdl:message name="Raum"> <wsdl:message name="Raum">
<wsdl:part minOccurs="0" maxOccurs="1" name="ort_kurzbz" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="ort_kurzbz" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="bezeichnung" type="s:string"/>
@@ -71,9 +71,9 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="0" maxOccurs="1" name="aktiv" type="s:boolean"/> <wsdl:part minOccurs="0" maxOccurs="1" name="aktiv" type="s:boolean"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="lehre" type="s:boolean"/> <wsdl:part minOccurs="0" maxOccurs="1" name="lehre" type="s:boolean"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="reservieren" type="s:boolean"/> <wsdl:part minOccurs="0" maxOccurs="1" name="reservieren" type="s:boolean"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="stockwerk" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="stockwerk" type="s:string"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="SearchRaumRequest"> <wsdl:message name="SearchRaumRequest">
<wsdl:part minOccurs="1" maxOccurs="1" name="datum" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="datum" type="s:string"/>
<wsdl:part minOccurs="1" maxOccurs="1" name="von_zeit" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="von_zeit" type="s:string"/>
@@ -83,11 +83,11 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="0" maxOccurs="1" name="reservierung" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="reservierung" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="SearchRaumResponse"> <wsdl:message name="SearchRaumResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="Raeume" type="tns:ArrayOfRaeume"/> <wsdl:part minOccurs="0" maxOccurs="1" name="Raeume" type="tns:ArrayOfRaeume"/>
</wsdl:message> </wsdl:message>
<wsdl:portType name="ConfigPortType"> <wsdl:portType name="ConfigPortType">
<wsdl:operation name="getOrtFromKurzbz"> <wsdl:operation name="getOrtFromKurzbz">
<wsdl:input message="tns:GetOrtFromKurzbzRequest"/> <wsdl:input message="tns:GetOrtFromKurzbzRequest"/>
@@ -102,7 +102,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output message="tns:SearchRaumResponse"/> <wsdl:output message="tns:SearchRaumResponse"/>
</wsdl:operation> </wsdl:operation>
</wsdl:portType> </wsdl:portType>
<wsdl:binding name="ConfigBinding" type="tns:ConfigPortType"> <wsdl:binding name="ConfigBinding" type="tns:ConfigPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="getOrtFromKurzbz"> <wsdl:operation name="getOrtFromKurzbz">
@@ -133,10 +133,10 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
</wsdl:binding> </wsdl:binding>
<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>
+17 -17
View File
@@ -1,41 +1,41 @@
<?php <?php
require_once('../config/vilesci.config.inc.php'); require_once('../config/vilesci.config.inc.php');
header("Content-type: text/xml"); header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>"; echo "<?xml version='1.0' encoding='utf-8' ?>";
?> ?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://technikum-wien.at" xmlns:tns="http://technikum-wien.at"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://technikum-wien.at" targetNamespace="http://technikum-wien.at"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="GetPersonFromUIDRequest"> <wsdl:message name="GetPersonFromUIDRequest">
<wsdl:part minOccurs="1" maxOccurs="1" name="uid" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="uid" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetPersonFromUIDResponse"> <wsdl:message name="GetPersonFromUIDResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetPersonFromUID" type="tns:Person"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetPersonFromUID" type="tns:Person"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="SearchPersonRequest"> <wsdl:message name="SearchPersonRequest">
<wsdl:part minOccurs="1" maxOccurs="1" name="searchItems" type="s:string"/> <wsdl:part minOccurs="1" maxOccurs="1" name="searchItems" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="SearchPersonResponse"> <wsdl:message name="SearchPersonResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="Person" type="tns:ArrayOfPerson"/> <wsdl:part minOccurs="0" maxOccurs="1" name="Person" type="tns:ArrayOfPerson"/>
</wsdl:message> </wsdl:message>
<s:complexType name="GetAuthentifizierung"> <s:complexType name="GetAuthentifizierung">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/> <s:element minOccurs="0" maxOccurs="1" name="passwort" type="s:string"/>
</s:sequence> </s:sequence>
</s:complexType> </s:complexType>
<wsdl:portType name="ConfigPortType"> <wsdl:portType name="ConfigPortType">
<wsdl:operation name="GetPersonFromUID"> <wsdl:operation name="GetPersonFromUID">
<wsdl:input message="tns:GetPersonFromUIDRequest"/> <wsdl:input message="tns:GetPersonFromUIDRequest"/>
@@ -46,7 +46,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output message="tns:SearchPersonResponse"/> <wsdl:output message="tns:SearchPersonResponse"/>
</wsdl:operation> </wsdl:operation>
</wsdl:portType> </wsdl:portType>
<wsdl:binding name="ConfigBinding" type="tns:ConfigPortType"> <wsdl:binding name="ConfigBinding" type="tns:ConfigPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetPersonFromUID"> <wsdl:operation name="GetPersonFromUID">
@@ -68,10 +68,10 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
</wsdl:binding> </wsdl:binding>
<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>
+7 -7
View File
@@ -1,12 +1,12 @@
<?php <?php
require_once('../config/vilesci.config.inc.php'); require_once('../config/vilesci.config.inc.php');
header("Content-type: text/plain"); header("Content-type: text/plain");
echo "<?xml version='1.0' encoding='utf-8' ?>"; echo "<?xml version='1.0' encoding='utf-8' ?>";
?> ?>
<wsdl:definitions <wsdl:definitions
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types> <wsdl:types>
@@ -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>
+20 -20
View File
@@ -1,21 +1,21 @@
<?php <?php
require_once('../config/vilesci.config.inc.php'); require_once('../config/vilesci.config.inc.php');
header("Content-type: text/xml"); header("Content-type: text/xml");
echo "<?xml version='1.0' encoding='utf-8' ?>"; echo "<?xml version='1.0' encoding='utf-8' ?>";
?> ?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://technikum-wien.at" xmlns:tns="http://technikum-wien.at"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://technikum-wien.at" targetNamespace="http://technikum-wien.at"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="GetStudentFromUidRequest"> <wsdl:message name="GetStudentFromUidRequest">
<wsdl:part minOccurs="0" maxOccurs="1" name="student_uid" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="student_uid" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetStudentFromUidResponse"> <wsdl:message name="GetStudentFromUidResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetStudentFromUid" type="tns:Student"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetStudentFromUid" type="tns:Student"/>
</wsdl:message> </wsdl:message>
@@ -24,11 +24,11 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="0" maxOccurs="1" name="student_uid" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="student_uid" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetStudentFromMatrikelnummerResponse"> <wsdl:message name="GetStudentFromMatrikelnummerResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetStudentFromUid" type="tns:Student"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetStudentFromUid" type="tns:Student"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetStudentFromStudiengangRequest"> <wsdl:message name="GetStudentFromStudiengangRequest">
<wsdl:part minOccurs="0" maxOccurs="1" name="studiengang" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="studiengang" type="s:string"/>
@@ -37,11 +37,11 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:part minOccurs="0" maxOccurs="1" name="gruppe" type="s:string"/> <wsdl:part minOccurs="0" maxOccurs="1" name="gruppe" type="s:string"/>
<wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/> <wsdl:part minOccurs="0" maxOccurs="1" name="authentifizierung" type="tns:GetAuthentifizierung"/>
</wsdl:message> </wsdl:message>
<wsdl:message name="GetStudentFromStudiengangResponse"> <wsdl:message name="GetStudentFromStudiengangResponse">
<wsdl:part minOccurs="0" maxOccurs="1" name="GetStudentFromStudiengang" type="tns:ArrayOfStudentItem"/> <wsdl:part minOccurs="0" maxOccurs="1" name="GetStudentFromStudiengang" type="tns:ArrayOfStudentItem"/>
</wsdl:message> </wsdl:message>
<s:complexType name="ArrayOfStudentItem"> <s:complexType name="ArrayOfStudentItem">
<s:sequence> <s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="StudentItem" nillable="true" type="tns:Student"/> <s:element minOccurs="0" maxOccurs="unbounded" name="StudentItem" nillable="true" type="tns:Student"/>
@@ -83,7 +83,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output message="tns:GetStudentFromStudiengangResponse"/> <wsdl:output message="tns:GetStudentFromStudiengangResponse"/>
</wsdl:operation> </wsdl:operation>
</wsdl:portType> </wsdl:portType>
<wsdl:binding name="ConfigBinding" type="tns:ConfigPortType"> <wsdl:binding name="ConfigBinding" type="tns:ConfigPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="getStudentFromUid"> <wsdl:operation name="getStudentFromUid">
@@ -94,7 +94,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output> <wsdl:output>
<soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> <soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
<wsdl:operation name="getStudentFromMatrikelnummer"> <wsdl:operation name="getStudentFromMatrikelnummer">
<soap:operation soapAction="<?php echo APP_ROOT."soap/getStudentFromMatrikelnummer";?>" /> <soap:operation soapAction="<?php echo APP_ROOT."soap/getStudentFromMatrikelnummer";?>" />
<wsdl:input> <wsdl:input>
@@ -103,7 +103,7 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output> <wsdl:output>
<soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> <soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
<wsdl:operation name="getStudentFromStudiengang"> <wsdl:operation name="getStudentFromStudiengang">
<soap:operation soapAction="<?php echo APP_ROOT."soap/getStudentFromStudiengang";?>" /> <soap:operation soapAction="<?php echo APP_ROOT."soap/getStudentFromStudiengang";?>" />
<wsdl:input> <wsdl:input>
@@ -112,12 +112,12 @@ echo "<?xml version='1.0' encoding='utf-8' ?>";
<wsdl:output> <wsdl:output>
<soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> <soap:body use="encoded" namespace="http://technikum-wien.at" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</wsdl:output> </wsdl:output>
</wsdl:operation> </wsdl:operation>
</wsdl:binding> </wsdl:binding>
<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>