node-xmlrpc icon indicating copy to clipboard operation
node-xmlrpc copied to clipboard

A pure JavaScript XML-RPC client and server for Node.js.

Results 48 node-xmlrpc issues
Sort by recently updated
recently updated
newest added

I have a requirement to implement these extensions: [system.multicall](http://mirrors.talideon.com/articles/multicall.html) and [introspection](http://xmlrpc-c.sourceforge.net/introspection.html) It might make sense to (optionally) include these in this module. Your call.

Added a new default event listener which allows the consumer of the module to not only register event listeners with a callback for each of the exposed methods but to...

As XMLRPC server, I think it should be nice to have feature to know what is ip address of client who request. This feature needed for logging and access limit...

This came out of the discussion from Pull Request #56. There was a need to be able to respond to a `listening` and `close` event from the XML-RPC server. However,...

2.0

I am trying to use this inside of a ReactJS framework, however I am presented with the error in the title. It is throwing an error on Line 46 of...

When connecting to our java xmlRPC server, we're noting an issue where our javascript numbers are being converted to type int and then the xmlRPC looks up the method, it...

https://github.com/baalexander/node-xmlrpc/blob/master/lib/deserializer.js#L33

The data in XML-RPC request will be changes to CDATA type if there is '&' character. Although CDATA is a valid XML format, some XML-RPC Servers will not accept CDATA....

Hi @baalexander :) This PR adds the libraries `debug` and `debug-stream` plus relevant code in order for people to be able to debug their `xmlrpc` issues easily :) hope it...