mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
fbcefcbd51
inkl. Testclient für manuelle Abfrage der Daten
28 lines
872 B
HTML
28 lines
872 B
HTML
<html>
|
|
<body>
|
|
<h1>FH Complete - Webservices</h1>
|
|
<h2>Studienbetrieb</h2>
|
|
<ul>
|
|
<li><a href="soap_test_lv.php">Lehrveranstaltungen</a></li>
|
|
<li><a href="soap_test_mitarbeiter.php">Mitarbeiter</a></li>
|
|
<li><a href="soap_test_ort.php">Ort / Raum</a></li>
|
|
<li><a href="soap_test_student.php">Studierendendaten</a></li>
|
|
<li><a href="soap_test_lvplan.php">LV-Plan</a></li>
|
|
<li><a href="soap_test_person.php">Personen</a></li>
|
|
</ul>
|
|
<h2>Sonstiges</h2>
|
|
<ul>
|
|
<li><a href="test_client.php">Soap Test Client</a></li>
|
|
<li><a href="stip_client.php">STIP Schnittstelle</a></li>
|
|
<li><a href="semesterticket_client.php">Semesterticket Wiener Linien</a></li>
|
|
<li><a href="datenverbund_client.php">Datenverbund - Matrikelnummer</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Projekte</li>
|
|
<li>Notizen</li>
|
|
<li>Projektressource</li>
|
|
<li>Ressource</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|