From 8f507418983db289b6e5e9166deacfb7c8e7061c Mon Sep 17 00:00:00 2001 From: Martin Haase <martin.haase@daasi.de> Date: Mon, 21 Mar 2011 13:12:00 +0000 Subject: [PATCH] realtive wsdl ref git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@9285 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- .../rbacSoap/examples/createProject.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/createProject.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/createProject.php index fb78df2..10441d1 100755 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/createProject.php +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/createProject.php @@ -8,7 +8,6 @@ require_once( "../soapTypes.inc.php" ); -require_once( "wsdlDefinition.include.php" ); @@ -22,16 +21,7 @@ echo "<HEAD><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8 -if( isset( $_POST['wsdl'] ) ) { - - $soapExtra = new SoapClient( $arrExtraWsdl[$_POST['wsdl']]['url'] ); - -} -else { - - $soapExtra = new SoapClient( $arrExtraWsdl[0]['url'] ); - -} + $soapExtra = new SoapClient( "../wsdl/tgextra.wsdl" ); if( isset( $_POST['auth'] ) ) { -- GitLab