goetas-webservices / wsdl-reader

Pure PHP WSDL reader
10 stars 17 forks source link

Added file exist check to DefinitionsReader:getDOM #4

Closed yuriy-yakubskiy closed 5 years ago

yuriy-yakubskiy commented 5 years ago

version(s) affected: v0.3.4

Description
If provide not existing wsdl document to GoetasWebservices\XML\WSDLReader\DefinitionsReader:readFile()

Empty Array is printed out

Array (
)

When you use soap-client with lots of wsdl files in config it's quite hard to understand what is wrong and find the typo in configuration

soap_client:
  metadata:
     not-existing.wsdl: ~ 

How to reproduce
Use https://github.com/yuriy-yakubskiy/wsdl-reader-file-does-not-exist-error-reproducer

goetas commented 5 years ago

Thanks!