diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/getSid.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/getSid.php index f51ae1f07feb94a1d2838dc08ec08c75389a6810..a5a706bde21f631541be48ca4651a71d0a12ba53 100755 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/getSid.php +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/getSid.php @@ -14,7 +14,7 @@ require_once( "../soapTypes.inc.php" ); // ----------------------------------------------------- // You'll need these services // ----------------------------------------------------- -$soapExtra = new SoapClient( "http://ingrid.sub.uni-goettingen.de/rbac-test/wsdl/tgextra.wsdl" ); +$soapExtra = new SoapClient( "../wsdl/tgextra.wsdl" ); //$soapExtra = new SoapClient( "http://textgrid.regengedanken.de/rbacSoap/wsdl/tgextra.wsdl", // Array( 'proxy_host' => "134.2.217.67", 'proxy_port' => 7777 ) );