Example #1
0
 /**
  * @return void
  */
 protected function setSoapEndPoint()
 {
     $this->soapClient->setLocation($this->loginResult->getServerUrl());
 }