joomla-projects / webservices

Webservices working group repository
GNU General Public License v2.0
16 stars 9 forks source link

ConfigurationHelper::getWebservice should lazy-load #42

Open chrisdavenport opened 8 years ago

chrisdavenport commented 8 years ago

Currently ConfigurationHelper::getWebservice load all the XML configuration files into memory using ConfigurationHelper::loadWebservices before returning just the one requested. It should just load the one file that was requested.