diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/wsdlDefinition.include.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/wsdlDefinition.include.php index bea2421806625bdb00c9e6e635a8897cdbf5e97f..b94b762b5f6bccbc5aba7dd78263a218b2131a0e 100755 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/wsdlDefinition.include.php +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/wsdlDefinition.include.php @@ -1,9 +1,9 @@ <?php -$arrExtraWsdl = Array( Array( "name" => "RBAC Test (8082)", - "url" => "http://ingrid.sub.uni-goettingen.de/rbac-test/wsdl/tgextra.wsdl" ), - Array( "name" => "RBAC Develop (8081)", - "url" => "http://ingrid.sub.uni-goettingen.de/rbac-develop/wsdl/tgextra.wsdl" ), +$arrExtraWsdl = Array( Array( "name" => "RBAC DEVELOP (8082)", + "url" => "http://ingrid.sub.uni-goettingen.de/rbac-8082/wsdl/tgextra.wsdl" ), + Array( "name" => "RBAC TEST (8081)", + "url" => "http://ingrid.sub.uni-goettingen.de/rbac-8081/wsdl/tgextra.wsdl" ), Array( "name" => "RBAC Textgrid-WS1", "url" => "http://textgrid-ws1.gwdg.de/tgauth/rbacSoap/wsdl/tgextra.wsdl" ) ); diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgadministration.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgadministration.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgadministration.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgadministration.wsdl index 50426ef174dde2b23fe50e4355a3b98673789087..86b13625f7ed56fbf49d5ccd01cba8ae74757ca7 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgadministration.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgadministration.wsdl @@ -548,7 +548,7 @@ //--> <wsdl:service name="tgadministration"> <wsdl:port binding="tns:binding_tgadministration" name="tgadministration"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-test/tgadministration.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8081/tgadministration.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgextra.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgextra.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgextra.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgextra.wsdl index f2875556bde5f4294f08688ea706550e4a374cb7..b74ec2fd50015e0a01ed3ad380c38860960427e8 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgextra.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgextra.wsdl @@ -1083,7 +1083,7 @@ //--> <wsdl:service name="tgextra"> <wsdl:port binding="tns:binding_tgextra" name="tgextra"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-test/tgextra.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8081/tgextra.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgreview.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgreview.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgreview.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgreview.wsdl index 24c65261edf01d6b0e9653bb302c255efe299838..9b0f3c98a2437c9628bc96f0c60a887de21cd1c2 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgreview.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgreview.wsdl @@ -490,7 +490,7 @@ //--> <wsdl:service name="tgreview"> <wsdl:port binding="tns:binding_tgreview" name="tns:tgreview"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-test/tgreview.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8081/tgreview.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgsystem.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgsystem.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgsystem.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgsystem.wsdl index 8c95fd993e08a06839417e356f8e3a26e77cd58f..616c512a4e662d0452903ae1db02d501510054c6 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/tgsystem.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgsystem.wsdl @@ -277,7 +277,7 @@ //--> <wsdl:service name="tgsystem"> <wsdl:port binding="tns:binding_tgsystem" name="tgsystem"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-test/tgsystem.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8081/tgsystem.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/xacml.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/xacml.wsdl similarity index 100% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/xacml.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/xacml.wsdl diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/xacml.wsdl.readme.txt b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/xacml.wsdl.readme.txt similarity index 100% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/xacml.wsdl.readme.txt rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/xacml.wsdl.readme.txt diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgadministration.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgadministration.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgadministration.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgadministration.wsdl index da959d5c63be167b41c29aadb7eac2a0ec54c215..b1a112f6fc6caf9a52e33e5dfc91ef07646715c6 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgadministration.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgadministration.wsdl @@ -548,7 +548,7 @@ //--> <wsdl:service name="tgadministration"> <wsdl:port binding="tns:binding_tgadministration" name="tgadministration"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-develop/tgadministration.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8082/tgadministration.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgextra.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgextra.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgextra.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgextra.wsdl index 8a93856e11b7ba0ff0d9bc74b7a853c431b4577e..39691070860247b005f9d77aa7087692ec9b72c1 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgextra.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgextra.wsdl @@ -1083,7 +1083,7 @@ //--> <wsdl:service name="tgextra"> <wsdl:port binding="tns:binding_tgextra" name="tgextra"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-develop/tgextra.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8082/tgextra.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgreview.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgreview.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgreview.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgreview.wsdl index d90ebf1533baa9f14fd78fdad3056b27d9f20d50..58c199e91618404f9b4a74c0c3140b6e27fc0364 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgreview.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgreview.wsdl @@ -490,7 +490,7 @@ //--> <wsdl:service name="tgreview"> <wsdl:port binding="tns:binding_tgreview" name="tns:tgreview"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-develop/tgreview.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8082/tgreview.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgsystem.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgsystem.wsdl similarity index 99% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgsystem.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgsystem.wsdl index 2689bdf5f04d5ade1a427b687d50ef636ba6199e..a51c565975fa1a3d76c439b7ded9a38faa3686f2 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-develop/tgsystem.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/tgsystem.wsdl @@ -277,7 +277,7 @@ //--> <wsdl:service name="tgsystem"> <wsdl:port binding="tns:binding_tgsystem" name="tgsystem"> - <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-develop/tgsystem.php" /> + <soap:address location="http://ingrid.sub.uni-goettingen.de/rbac-8082/tgsystem.php" /> </wsdl:port> </wsdl:service> diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/xacml.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/xacml.wsdl similarity index 100% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/xacml.wsdl rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/xacml.wsdl diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/xacml.wsdl.readme.txt b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/xacml.wsdl.readme.txt similarity index 100% rename from info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-test/xacml.wsdl.readme.txt rename to info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8082/xacml.wsdl.readme.txt