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

Is this project still maintained?

Hi, I'd like to use your node xmlrpc module to make requests to a Odoo server http://www.odoo.com/documentation/10.0/api_integration.html I've tried : const client = xmlrpc.createClient("https://[myOdooServer]/xmlrpc/2/common") client.methodCall('version ', [], function (error, value)...

in essence, wait for the response to end before calling back to the caller

I'm going to use XMLRPC. I find this library is great, but the latest release of this library is four years ago, which makes me worried. Is this library still...

I am running server-side xmlprc using this code: https://github.com/reselbob/simple-xml-rpc/blob/master/server/server.js When I run a vanilla HTML/jQuery code that is here: https://github.com/reselbob/simple-xml-rpc/blob/master/client/index.html and here: https://github.com/reselbob/simple-xml-rpc/blob/master/client/js/helpers.js I get a CORS error in Chrome,...

decodeIso8601: An error occurs in the date parser, because if the date field is not reported when forming the XML, the parser returns an error. I suggest a modifier in...

- unlike method calls (client), method responses (server) did not yet send content-length headers. This was causing problem with at least one client (ros's turtlesim, in the context of rosnodejs:...

I am connecting the xmlrpc service using xmlrpc module and getting EPROTO error in response. i feel the error is related to socket . i am confused and not getting...

According to the XMLRPC spec, responses should include a content length header.

How can we digest authentication request with npm package xmlrpc for following code? I am not able to request with npm package xmplrpc ` curl -v -k --digest -u abc:xyz...