From dde73ad81c5162502e59245de770d395d6d99e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 5 May 2011 08:36:38 +0000 Subject: [PATCH] =?UTF-8?q?Basic=20Authentifizierung=20f=C3=BCr=20SOAP=20C?= =?UTF-8?q?lient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soap/stip_client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/soap/stip_client.php b/soap/stip_client.php index 4090dd775..54f99bfb9 100644 --- a/soap/stip_client.php +++ b/soap/stip_client.php @@ -62,6 +62,7 @@ require_once('stip.class.php'); if(isset($_REQUEST['submit'])) { $client = new SoapClient(APP_ROOT."/soap/stip.soap.wsdl"); + //$client = new SoapClient(APP_ROOT."/soap/stip.soap.wsdl", array('login'=>'stip','password'=>'stip')); $ErhKz = $_REQUEST['ErhKz'];