From 2b95b59e62aa7e0f879b06a1f6cdf2116e45202f Mon Sep 17 00:00:00 2001 From: Stefan Puraner Date: Wed, 11 Sep 2013 13:23:12 +0000 Subject: [PATCH] Soap Schnittstelle fuer Personensuche --- include/person.class.php | 4 +- soap/index.html | 1 + soap/person.soap.php | 163 ++++++++++++++++++++++++ soap/person.wsdl.php | 77 ++++++++++++ soap/soap_test_person.php | 252 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 495 insertions(+), 2 deletions(-) create mode 100755 soap/person.soap.php create mode 100755 soap/person.wsdl.php create mode 100755 soap/soap_test_person.php diff --git a/include/person.class.php b/include/person.class.php index de2ffe68e..58b9b5992 100644 --- a/include/person.class.php +++ b/include/person.class.php @@ -144,7 +144,7 @@ class person extends basis_db return false; } } - + /** * * Löscht den Datensatz mit der übergebenen person_id @@ -790,5 +790,5 @@ class person extends basis_db return true; } -} + } ?> diff --git a/soap/index.html b/soap/index.html index 3c44a1fa5..bad3ad150 100644 --- a/soap/index.html +++ b/soap/index.html @@ -8,6 +8,7 @@
  • Ort / Raum
  • Studierendendaten
  • LV-Plan
  • +
  • Personen
  • Sonstiges