Hello,<br><div class="gmail_quote"><br>We have checked the XML-RPC specification on  http://<span><cite>www.<b>xmlrpc</b>.com/spec</cite></span><br>And seems that you must return some content.  <br> <br>--- <br><p>

<b>Response format</b></p><p>

Unless there's a lower-level error, always return 200 OK.</p><p>

The Content-Type is text/xml. Content-Length must be present and correct.</p><p>

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>.</p><p>

<a name="13097cb001ed50df_faults"></a>The <methodResponse> could also contain a 
<fault> which contains a <value> which is a <struct> 
containing two elements, one named <faultCode>, an <int> and
 one named <faultString>, a <string>.</p><p>

A <methodResponse> can not contain both a <fault> and a <params>.</p><p>---</p>Thank you<div><div></div><div class="h5"><br><br><br><div class="gmail_quote">2011/6/16 Daniel Tiefnig <span dir="ltr"><<a href="mailto:dtiefnig@sipwise.com" target="_blank">dtiefnig@sipwise.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/15/2011 11:50 PM, Sébastien Cramatte wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
</blockquote>
<br>
Hej!<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
But as nothing is perfect ...  I've still have an error !<br>
</blockquote>
<br>
</div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Might be XMLRPC Protocol specify that is not allowed to return empty<br>
output ?<br>
</blockquote>
<br></div>
Hmm, that's interesting, I'll have to look into that. Hasn't been a<br>
problem so far.<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
¿ Why you don't return  a boolean value or string 'done'  instead of<br>
an empty output ?<br>
</blockquote>
<br></div>
Well, we thought, if there is nothing to return, maybe we should return<br>
nothing. :o)<br>
But returning a boolean "true" or something could also make sense in a way.<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It's strange that Zend Framework Guys take care/time to implement<br>
this check if  it's not a normal requirement ...<br>
</blockquote>
<br></div>
Thanks for reporting, we'll reconstruct that over here and see if the<br>
spec says something about that.<br>
<br>
br,<br>
daniel<br>
-- <br>
Geschäftsführer                                    Sipwise GmbH<br>
e: <a href="mailto:dtiefnig@sipwise.com" target="_blank">dtiefnig@sipwise.com</a>                          Europaring F15<br>
t: +43 699 1129 1017                          A-2345 Brunn a.G.<br>
w: <a href="http://www.sipwise.com" target="_blank">www.sipwise.com</a>        FN: 305595f    FG: LG Wiener Neustadt<br>
<br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com" target="_blank">Spce-user@lists.sipwise.com</a><br>
<a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
</blockquote></div><br>
</div></div></div><br>