<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    I'trying to migrate my opensisps 1.11.5 to 2.1 and i have a probleme
    with xmlrpc_ng<br>
    <br>
    When i post a request to my opensips 1.11.5, it work :<br>
    <br>
    <small><small>    HTTP/1.1 200 OK    <br>
            Content-Length: 452<br>
            Content-Type: text/xml; charset=utf-8<br>
            Date: Tue, 01 Sep 2015 09:23:31 GMT<br>
        <br>
            &lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
            &lt;methodResponse&gt;<br>
            &lt;params&gt;<br>
           
        &lt;param&gt;&lt;value&gt;&lt;string&gt;tm:received_replies::
        1331345<br>
            tm:relayed_replies:: 902120<br>
            tm:local_replies:: 422824<br>
            tm:UAS_transactions:: 587390<br>
            tm:UAC_transactions:: 41524<br>
            tm:2xx_transactions:: 482865<br>
            tm:3xx_transactions:: 0<br>
            tm:4xx_transactions:: 137567<br>
            tm:5xx_transactions:: 7074<br>
            tm:6xx_transactions:: 171<br>
            tm:inuse_transactions:: 2077<br>
            &lt;/string&gt;&lt;/value&gt;&lt;/param&gt;<br>
            &lt;/params&gt;<br>
            &lt;/methodResponse&gt;</small></small><br>
    <br>
    but when i run the same request on my opensips 2.1, the module
    return a 400 Bad Request.<br>
        <small><small>HTTP/1.1 400 Bad Request<br>
            Content-Length: 46<br>
            Content-Type: text/xml; charset=utf-8<br>
            Date: Tue, 01 Sep 2015 09:23:42 GMT</small></small><br>
    <br>
    Is there a change in opensips 2.1 ?<br>
    <br>
    my request :<br>
    <small><small><br>
        &lt;?xml version='1.0'?&gt;<br>
        &lt;methodCall&gt;<br>
        &lt;methodName&gt;get_statistics&lt;/methodName&gt;<br>
        &lt;params&gt;<br>
 &lt;param&gt;&lt;value&gt;&lt;string&gt;tm:&lt;/string&gt;&lt;/value&gt;&lt;/param&gt;<br>
        &lt;/params&gt;<br>
        &lt;/methodCall&gt;<br>
        <br>
        <big><big>thanks</big></big><br>
      </small></small>
  </body>
</html>