Exemple #1
0
 /**
  * After successful log in, Salesforce wants us to change the endpoint
  * location
  *
  * @param string $location
  */
 protected function setEndpointLocation($location)
 {
     $this->soapClient->__setLocation($location);
 }