I have been trying to get Zend_XmlRpc_Server to work with more than one
@param.  Has anyone been successfull in doing 
so?  I would like to implement this with a controller as well.  I am usually
getting the errors:
FaultCode 631
fault StringFailed to parse request

There are times when i get an xml reply with no value such as
----- REQUEST
------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<methodCall><methodName>flabben.addEntry</methodName><params><param><value><int>1</int></value></param><param><value><string>Test</string></value></param><param><value><string>Huhu</string></value></param></params></methodCall>

----- RESPONSE
-----------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse><params><param><value><string/></value></param></params></methodResponse>

Any help examples would be appreciated.

Thanks.
Mark
-- 
View this message in context: 
http://www.nabble.com/Zend_XmlRpc_Server---Controller-tf3323336s16154.html#a9340108
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to