ksspam
Results
1
issues of
ksspam
I got empty std:class response for this below code ``` $this->soapWrapper->add('CN_Number', function ($service) { $service->wsdl("http://?wsdl") ->trace(true) ->cache(WSDL_CACHE_NONE) ->options([ 'login' => $this->username, 'password' => $this->password, // 'soap_version'=> SOAP_1_2, 'exceptions'=>true, 'stream_context' =>...