Skip to content

Commit

Permalink
Update the default WSDL url since it is changed by the BIG-register
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwin committed May 4, 2023
1 parent db708af commit b5ad9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wb/BigRegister/SoapClient/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Client extends BaseSoapClient

public function __construct($wsdl = null, array $userOptions = array(), Cache $cache = null, $cacheTtl = 0, $disableErrorsInConstructor = false)
{
$wsdl = $wsdl ? $wsdl : 'http://webservices.cibg.nl/Ribiz/OpenbaarV4.asmx?wsdl';
$wsdl = $wsdl ? $wsdl : 'https://api.bigregister.nl/zksrv/soap/4?wsdl';
$namespace = 'Wb\\BigRegister\\SoapClient\\Model\\';
$options = array(
'features' => SOAP_SINGLE_ELEMENT_ARRAYS,
Expand Down

0 comments on commit b5ad9a3

Please sign in to comment.