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

changed absolute wsdl location to relative in filesystem; exemplarily for...

changed absolute wsdl location to relative in filesystem; exemplarily for getSid.php (see http://textgrid-ws1.gwdg.de/tgauth/rbacSoap/examples/getSid.php); to be done bei Gelegenheit for all files in example directory

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@1638 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent dd34a657
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://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 ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment