|
SoapClient::__setLocationSets the location of the Web service to use Description
public stringnull SoapClient::__setLocation(stringnull
$location = null )
Sets the endpoint URL that will be touched by following SOAP requests. This is equivalent to
specifying the
Parameters
Return ValuesThe old endpoint URL. Changelog
Examples
Example #1 SoapClient::__setLocation example
The above example will output something similar to: http://www.somethirdparty.com See Also
|