node-soap-server icon indicating copy to clipboard operation
node-soap-server copied to clipboard

Soap server, using pure javascript for node.js.

Results 5 node-soap-server issues
Sort by recently updated
recently updated
newest added

Code in the example does not work - library throws an error .../node_modules/soap-server/lib/soap-server.js:35 var args = matches[1].split(','); ^ TypeError: Cannot read property '1' of null at new SoapOperation (.../node_modules/soap-server/lib/soap-server.js:35:20) at...

Hi, I am trying to use the sample code you have provided, but I keep getting an exception. ` var args = matches[1].split(','); ^ TypeError: Cannot read property '1' of...

Currently calling operations is done synchronously. Not only is this just not the Node way it makes it impossible to use outside async services. I am working with a client...

SoapUI reports that the bindings generated by this module are invalid. However, if I remove the "name" attribute from the input & output elements of the operations, the wsdl is...

When looking at wsdl generated by this module, the line seems to be missing, I get only the document.