You are here

function soapclient::setEndpoint in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 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;
}