Skip to content
Snippets Groups Projects
Commit 65dd8469 authored by Martin Haase's avatar Martin Haase
Browse files

changed endpoint to work on all instances

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@2226 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent f3695b62
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ require_once( "../soapTypes.inc.php" );
// -----------------------------------------------------
// You'll need these services
// -----------------------------------------------------
$soapExtra = new SoapClient( "http://rbac.textgrid.daasi.de/wsdl/tgextra.wsdl" );
$soapExtra = new SoapClient( "../wsdl/tgextra.wsdl" );
echo "<BODY><HTML>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment