From 75b36bec758076c3377e5d6e6758767d8faf50fc Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Mon, 7 Nov 2011 15:50:33 +0000 Subject: [PATCH] --- soap/semesterticket.soap.php | 4 +--- soap/semesterticket_client.php | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/soap/semesterticket.soap.php b/soap/semesterticket.soap.php index 946b52e3c..00b4b2b2f 100644 --- a/soap/semesterticket.soap.php +++ b/soap/semesterticket.soap.php @@ -15,9 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. * - * Authors: Christian Paminger , - * Andreas Oesterreicher and - * Karl Burkhart . + * Authors: Karl Burkhart . */ require_once('../config/vilesci.config.inc.php'); diff --git a/soap/semesterticket_client.php b/soap/semesterticket_client.php index 4104be5cf..97f80f9ea 100644 --- a/soap/semesterticket_client.php +++ b/soap/semesterticket_client.php @@ -1,13 +1,12 @@ - STIP-Client + Semesterticket-Client @@ -56,7 +55,7 @@ require_once('stip.class.php'); if(isset($_REQUEST['submit'])) { - $client = new SoapClient("http://calva.technikum-wien.at/burkhart/fhcomplete/trunk/soap/semesterticket.wsdl.php?".microtime()); + $client = new SoapClient(APP_ROOT."/soap/semesterticket.wsdl.php?".microtime()); try {