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 {