From 65dd8469c5bd01208c364fc5e4ae810c298c7727 Mon Sep 17 00:00:00 2001 From: Martin Haase <martin.haase@daasi.de> Date: Fri, 31 Oct 2008 07:59:01 +0000 Subject: [PATCH] changed endpoint to work on all instances git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@2226 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- .../rbacSoap/examples/tgAssignedProjects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgAssignedProjects.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgAssignedProjects.php index 1b77845..68775e0 100755 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgAssignedProjects.php +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgAssignedProjects.php @@ -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>"; -- GitLab