Skip to content
Snippets Groups Projects
Commit 90ad3ead authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #17017 : MappedSoapClient guard on types

parent e78fe52c
Branches
Tags
5 merge requests!529Hotline 6.56,!512Master,!484Master,!483Hotline 6.54,!478Hotline #17017 missing informations in user account with soap client
......@@ -47,6 +47,9 @@ class Class_WebService_MappedSoapClient extends SoapClient {
protected function __getWSDLStructTypes() {
if (!$this->__getTypes())
return [];
$types = [];
foreach($this->__getTypes() as $type) {
preg_match('/([a-z0-9_]+)\s+([a-z0-9_]+(\[\])?)(.*)?/si', $type, $matches);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment