From 51d5d80c7effbdd10b0618b4b574f3c344aed3cd Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Tue, 22 Sep 2009 12:48:55 -0500 Subject: [PATCH] Minor - fixed typo in param --- main/webservices/registration.soap.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/main/webservices/registration.soap.php b/main/webservices/registration.soap.php index 77de7eaf2c..5c176efe8f 100755 --- a/main/webservices/registration.soap.php +++ b/main/webservices/registration.soap.php @@ -40,8 +40,7 @@ $server->wsdl->addComplexType( '', 'SOAP-ENC:Array', array(), -array(array('ref' => 'SOAP-ENC:arrayType', 'wsdl:arrayType' => 'tns:extras[]')), -'tns:extras' +array(array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType' => 'tns:extras[]')),'tns:extras' ); $server->wsdl->addComplexType( @@ -73,8 +72,7 @@ $server->wsdl->addComplexType( '', 'SOAP-ENC:Array', array(), -array(array('ref' => 'SOAP-ENC:arrayType', 'wsdl:arrayType' => 'tns:usersParams[]')), -'tns:usersParams' +array(array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType' => 'tns:usersParams[]')),'tns:usersParams' ); $server->wsdl->addComplexType( @@ -84,8 +82,8 @@ $server->wsdl->addComplexType( 'all', '', array( - 'users' => array('name' => 'users', 'type' => 'tns:userParamsList'), - 'secret_key' => array('name' => 'secret_key', 'type' => 'xsd:string') + 'users' => array('name' => 'users', 'type' => 'tns:usersParamsList'), + 'secret_key' => array('name' => 'secret_key', 'type' => 'xsd:string') ) ); @@ -109,8 +107,7 @@ $server->wsdl->addComplexType( '', 'SOAP-ENC:Array', array(), -array(array('ref' => 'SOAP-ENC:arrayType', 'wsdl:arrayType' => 'tns:result_createUsers[]')), -'tns:result_createUsers' +array(array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType' => 'tns:result_createUsers[]')),'tns:result_createUsers' ); // Register the method to expose