Set the base URL of the client
string $url The base service endpoint URL of the webservice:
ClientInterface
Overrides ClientInterface::setBaseUrl
public function setBaseUrl($url) { $this->baseUrl = $url; return $this; }