summaryrefslogtreecommitdiff
path: root/framework/Web/Services/TSoapService.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services/TSoapService.php')
-rw-r--r--framework/Web/Services/TSoapService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/Services/TSoapService.php b/framework/Web/Services/TSoapService.php
index d528fe1d..ddb5cecb 100644
--- a/framework/Web/Services/TSoapService.php
+++ b/framework/Web/Services/TSoapService.php
@@ -161,7 +161,7 @@ class TSoapService extends TService
{
if(is_array($config))
{
- foreach($config as $id => $server)
+ foreach($config['soap'] as $id => $server)
{
$properties = isset($server['properties'])?$server['properties']:array();
if(isset($this->_servers[$id]))