[Spce-user] [PARTIALY SOLVED] XMLRPC provisioning with PHP+ Zend Framework

Daniel Tiefnig dtiefnig at sipwise.com
Tue Jul 19 12:35:43 EDT 2011


On 06/23/2011 06:38 PM, Sébastien Cramatte wrote:
> Hello,

Hi,

let me pick this up again.

> We have checked the XML-RPC specification on
> http://www.*xmlrpc*.com/spec And seems that you must return some
> content.

Actually I think it just has to contain a valid data structure:

> The body of the response is a single XML structure, a
> <methodResponse>, which can contain a single <params> which contains
> a single <param> which contains a single <value>.

So a <methodResponse> must at least contain the following:

   <params><param><value /></param></params>

while it is just

   <params />

in our case ATM. This will be fixed with the platform update later today.

br,
daniel




More information about the Spce-user mailing list