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  353b215d973ac3506285388398cabc164425338c (commit)
      from  6bdad08ab7e60f289e585e153c3dc6ff6bd7920d (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=353b215d973ac3506285388398cabc164425338c

commit 353b215d973ac3506285388398cabc164425338c
Author: Franck Villaume <[email protected]>
Date:   Mon Apr 10 13:54:55 2017 +0000

    fix url_prefix in soap endpoint

diff --git a/src/www/soap/index.php b/src/www/soap/index.php
index 96ba766..9d7d534 100644
--- a/src/www/soap/index.php
+++ b/src/www/soap/index.php
@@ -44,7 +44,7 @@ $server = new soap_server();
 $server->setDebugLevel(0);
 $server->soap_defencoding = 'UTF-8';
 $server->encode_utf8 = true;
-$server->configureWSDL('FusionForgeAPI',$uri,false,'rpc','http://schemas.xmlsoap.org/soap/http',$uri);
+$server->configureWSDL('FusionForgeAPI',$uri,$uri.'/soap/index.php','rpc','http://schemas.xmlsoap.org/soap/http',$uri);
 
 // add types
 $server->wsdl->addComplexType(

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to