function nusoapclient::setEndpoint in Salesforce Suite 5
Same name and namespace in other branches
- 5.2 includes/nusoap.php \nusoapclient::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.php, line 6895
Class
- nusoapclient
- nusoapclient higher level class for easy usage.
Code
function setEndpoint($endpoint) {
$this->forceEndpoint = $endpoint;
}