Skip to content

Implementation of the DutchBusiness service of CompanyInfo WebservicesNl data integration

License

Notifications You must be signed in to change notification settings

dmt-software/webservices-dutchbusiness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webservices DutchBusiness

Usage

<?php
 
use DMT\WebservicesNl\Client\Client;
use DMT\WebservicesNl\Client\Factory\ClientFactory;
use DMT\WebservicesNl\DutchBusiness\Request\GetDossierV3Request;
 
$credentials = ['username' => '{username}', 'password' => '{password}'];
$client = ClientFactory::createClient('soap_doclit', $credentials);
 
// create request
$request = new GetDossierV3Request();
$request->setDossierNumber('34221165');
 
/** @var Client $client */
$response = $client->execute($request);

About

Implementation of the DutchBusiness service of CompanyInfo WebservicesNl data integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages