> with more than one @param

Ah this could be the reason, why the example from the documentation works (md5value) but not my methods. I am searching for the error but it takes time for me because I donĀ“t know all the class internals.

-- Jan

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

Reply via email to