function soapclient::setEndpoint in Salesforce Suite 5
Same name and namespace in other branches
- 5.2 includes/nusoap.orig.php \soapclient::setEndpoint()
* sets the SOAP endpoint, which can override WSDL * *
Parameters
$endpoint string The endpoint URL to use, or empty string or false to prevent override: * @access public
File
- includes/
nusoap.orig.php, line 6856
Class
- soapclient
- soapclient higher level class for easy usage.
Code
function setEndpoint($endpoint) {
$this->forceEndpoint = $endpoint;
}