Basic Authentifizierung für SOAP Client

This commit is contained in:
Andreas Österreicher
2011-05-05 08:36:38 +00:00
parent 501879eeaf
commit dde73ad81c
+1
View File
@@ -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'];