This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  368d0123414567dbd27fde07eae9b6ef3c67d75b (commit)
      from  0fadcc95fbd1e924132e851562076ca3468b2bdc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=368d0123414567dbd27fde07eae9b6ef3c67d75b

commit 368d0123414567dbd27fde07eae9b6ef3c67d75b
Author: Franck Villaume <[email protected]>
Date:   Tue Oct 11 14:42:29 2016 +0200

    soap api url_prefix aware

diff --git a/src/www/soap/index.php b/src/www/soap/index.php
index 7c18edd..3f4a091 100644
--- a/src/www/soap/index.php
+++ b/src/www/soap/index.php
@@ -36,15 +36,13 @@ sysdebug_off();
 // Disable error_reporting as it breaks XML generated output.
 error_reporting(0);
 
-$uri = util_make_base_url();
+$uri = util_make_url();
 // 1. include client and server
 require_once 'nusoap/nusoap.php';
 //$debug = true;
 // 2. instantiate server object
 $server = new soap_server();
 $server->setDebugLevel(0);
-//configureWSDL($serviceName,$namespace = false,$endpoint = 
false,$style='rpc', $transport = 'http://schemas.xmlsoap.org/soap/http');
-//$server->configureWSDL('GForgeAPI',$uri);
 
$server->configureWSDL('FusionForgeAPI',$uri,false,'rpc','http://schemas.xmlsoap.org/soap/http',$uri);
 
 // add types

-----------------------------------------------------------------------

Summary of changes:
 src/www/soap/index.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to