NobuNobu
nobun****@users*****
2006年 8月 1日 (火) 17:37:01 JST
Index: xoops2jp/html/modules/base/lib/nusoap/class.soapclient.php diff -u xoops2jp/html/modules/base/lib/nusoap/class.soapclient.php:1.1.2.2 xoops2jp/html/modules/base/lib/nusoap/class.soapclient.php:1.1.2.3 --- xoops2jp/html/modules/base/lib/nusoap/class.soapclient.php:1.1.2.2 Fri Jun 30 14:10:43 2006 +++ xoops2jp/html/modules/base/lib/nusoap/class.soapclient.php Tue Aug 1 17:37:01 2006 @@ -19,7 +19,7 @@ * unset($soapclient); * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: class.soapclient.php,v 1.1.2.2 2006/06/30 05:10:43 minahito Exp $ +* @version $Id: class.soapclient.php,v 1.1.2.3 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class soap_client extends nusoap_base { @@ -89,7 +89,7 @@ * @param integer $response_timeout set the response timeout * @access public */ - function soapclient($endpoint,$wsdl = false,$proxyhost = false,$proxyport = false,$proxyusername = false, $proxypassword = false, $timeout = 0, $response_timeout = 30){ + function soap_client($endpoint,$wsdl = false,$proxyhost = false,$proxyport = false,$proxyusername = false, $proxypassword = false, $timeout = 0, $response_timeout = 30){ parent::nusoap_base(); $this->endpoint = $endpoint; $this->proxyhost = $proxyhost; @@ -669,7 +669,7 @@ unset($paramCommentStr); } } - $evalStr = 'class soap_proxy_'.$r.' extends soapclient { + $evalStr = 'class soap_proxy_'.$r.' extends soap_client { '.$evalStr.' }'; return $evalStr; Index: xoops2jp/html/modules/base/lib/nusoap/nusoap.php diff -u xoops2jp/html/modules/base/lib/nusoap/nusoap.php:1.1.2.1 xoops2jp/html/modules/base/lib/nusoap/nusoap.php:1.1.2.2 --- xoops2jp/html/modules/base/lib/nusoap/nusoap.php:1.1.2.1 Mon Jun 26 19:26:27 2006 +++ xoops2jp/html/modules/base/lib/nusoap/nusoap.php Tue Aug 1 17:37:01 2006 @@ -1,7 +1,7 @@ <?php /* -$Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +$Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ NuSOAP - Web Services Toolkit for PHP @@ -59,7 +59,7 @@ * nusoap_base * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class nusoap_base { @@ -83,7 +83,7 @@ * @var string * @access private */ - var $revision = '$Revision: 1.1.2.1 $'; + var $revision = '$Revision: 1.1.2.2 $'; /** * Current error string (manipulated by getError/setError) * @@ -910,7 +910,7 @@ * Mainly used for returning faults from deployed functions * in a server instance. * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class soap_fault extends nusoap_base { @@ -996,7 +996,7 @@ * tutorials I refer to :) * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class XMLSchema extends nusoap_base { @@ -1899,7 +1899,7 @@ * xsd:anyType and user-defined types. * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class soapval extends nusoap_base { @@ -2000,7 +2000,7 @@ * NOTE: PHP must be compiled with the CURL extension for HTTPS support * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class soap_transport_http extends nusoap_base { @@ -3038,7 +3038,7 @@ * NOTE: WSDL functionality is experimental * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class soap_server extends nusoap_base { @@ -4069,7 +4069,7 @@ * parses a WSDL file, allows access to it's data, other utility methods * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class wsdl extends nusoap_base { @@ -5794,7 +5794,7 @@ * soap_parser class parses SOAP XML messages into native PHP values * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ class soap_parser extends nusoap_base { @@ -6401,10 +6401,10 @@ * unset($soapclient); * * @author Dietrich Ayala <dietr****@ganx4*****> -* @version $Id: nusoap.php,v 1.1.2.1 2006/06/26 10:26:27 minahito Exp $ +* @version $Id: nusoap.php,v 1.1.2.2 2006/08/01 08:37:01 nobunobu Exp $ * @access public */ -class soapclient extends nusoap_base { +class soap_client extends nusoap_base { var $username = ''; var $password = ''; @@ -6471,7 +6471,7 @@ * @param integer $response_timeout set the response timeout * @access public */ - function soapclient($endpoint,$wsdl = false,$proxyhost = false,$proxyport = false,$proxyusername = false, $proxypassword = false, $timeout = 0, $response_timeout = 30){ + function soap_client($endpoint,$wsdl = false,$proxyhost = false,$proxyport = false,$proxyusername = false, $proxypassword = false, $timeout = 0, $response_timeout = 30){ parent::nusoap_base(); $this->endpoint = $endpoint; $this->proxyhost = $proxyhost; @@ -7051,7 +7051,7 @@ unset($paramCommentStr); } } - $evalStr = 'class soap_proxy_'.$r.' extends soapclient { + $evalStr = 'class soap_proxy_'.$r.' extends soap_client { '.$evalStr.' }'; return $evalStr;