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

realtive wsdl ref

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@9285 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 9dbe6e62
No related branches found
No related tags found
No related merge requests found
......@@ -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'] ) ) {
......
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