Dominic
Dominic
Hi, my $response is always: object(stdClass)#460 (0) { } ``` $this->soapWrapper->add('EMPLOYEE_PT', function ($service) { $service ->wsdl('https://....?WSDL') ->trace(true) ->cache(WSDL_CACHE_NONE) ->options([ 'login' => '**user**', 'password' => '**pw**' ]); }); $requestArray = [...
latest versions of used packages
fixed filter name "webpack-config" like documentation and added _arguments
Is it possible to set the ExtendedDN Attribute in search api? https://docs.microsoft.com/de-de/dotnet/api/system.directoryservices.extendeddn?view=net-5.0
## Description Here we go again :) A more generic request handler. Possibility to switch to any other request library like node-fetch for example. Some global options passable through .env...
IDK why, but sometimes the yarn dev command will compile twice - if this happens, the build wont work: 
the method *verifyIdToken* throws an error, if token can't be verified. So we have to handle this, instead of if-else.