-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I try to get some Informations from openser via mi_xmlrpc module. Unfortunately I allways get an "404 Not found" Reply back from openser.
I checked the communication between openser and php xml client. My client sends this to openser:
POST / HTTP/1.0 Host: 85.16.246.9 Content-Type: text/xml User-Agent: me Content-length: 157
<?xml version="1.0"?> <methodCall> <methodName>get_statistics</methodName> <params> <param><value><string>tm:</string></value></param> </params></methodCall>
That looks like as documentated in mi_xmlrpc module doc. I send different MI commands to openser: real and non real. But I always get that 404 error. In mi_xmlrpc log is nothing except those 404 answeres again. Debug level 9 says nothing. Sending MI commands to openser via mi_fifo works.
Is there anything else to configure for xmlrpc?
regards Helmut