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

The xml-rpc 'protocol' (specifically the serialising and deserializing component) could be easily refactored out of this module and into its own separate module. Benefits: - API changes such as those...

2.0

As mentioned by @agnant in https://gist.github.com/1856367, more robust testing would add integration testing with other proven XML-RPC libraries, like pythons.

2.0

By default, xmlrpc will stay a pure-JavaScript, no build required XML-RPC client and server module. However, there has been some interest in a more robust xml parsing engine for speed...

2.0

I am using the xmlrpc node module to send xmlrpc request to a twisted server (in house) to receive events. A request is send and if no events are there,...

How do I trap a connection error? Like if the wrong credentials were used.

In client-test.js, there are two tests that rely on an http server (`with a very long response` and `with a chunked response`). If both are run, the `with a very...

I'm calling a service that requires HTTP method to be 'GET' instead of 'POST'. I could see it make sense to allow the [transport options](https://github.com/baalexander/node-xmlrpc/blob/d9c88c4185e16637ed5a22c1b91c80e958e8d69e/lib/client.js#L106) to be be modified on...

I import the package: `npm install xmlrpc` And then use the lime to import to HomePage.vue. `import xmlrpc from 'xmlrpc';` There are my infomation as below when I ionic serve:...