Fixed typo

This commit is contained in:
Francis Besset 2011-10-10 20:13:42 +02:00
parent 9ce673b8cb
commit 24a912b50d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class SoapClientBuilder extends AbstractSoapBuilder
{
$this->validateOptions();
return new SoapClient($this->optionWsdl, $this->getSoapOptions() + $this->soapOptionAuthentication);
return new SoapClient($this->wsdl, $this->getSoapOptions() + $this->soapOptionAuthentication);
}
/**