Dominic

Results 7 issues of 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...

API
New Feature

IDK why, but sometimes the yarn dev command will compile twice - if this happens, the build wont work: ![image](https://user-images.githubusercontent.com/5880887/60960697-d7617680-a30a-11e9-9a9d-175203c6927d.png)

the method *verifyIdToken* throws an error, if token can't be verified. So we have to handle this, instead of if-else.