Kelvin Chua writes:
i am currently having problems on xmlrpc i am using node-xmlrpc and it fails when htable.dump returns more than 1 row. i raised this issue on the node-xmlrpc group and this is the explanation i got.
Each <value> node inside <param> is supposed to only have one child node, so this looks like an invalid response. The<value> should (probably, i don't know your use case) contain an <array> with <data> wrapped around the structs. Seehttp://xmlrpc.scripting.com/spec.html
does this mean kamailio is not following standards?
see if this thread gives any glues:
http://lists.sip-router.org/pipermail/sr-users/2014-March/081865.html
-- juha