Git Product home page Git Product logo

node-soap-server's People

Contributors

adviseu avatar tan-tan-kanarek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

node-soap-server's Issues

Code in the example does not work - library throws an error

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 SoapService.addOperation (.../node_modules/soap-server/lib/soap-server.js:121:26)
at new SoapService (.../node_modules/soap-server/lib/soap-server.js:116:9)
at SoapServer.addService (.../node_modules/soap-server/lib/soap-server.js:154:24)
at Object. (.../index.js:10:30)

TypeError: Cannot read property '1' of null

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 null
at new SoapOperation (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:35:20)
at SoapService.addOperation (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:121:26)
at new SoapService (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:116:9)
at SoapServer.addService (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:154:24)
at Object. (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\test-server.js:9:30)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)`

I am using the following code:
` var args = matches[1].split(',');
^

TypeError: Cannot read property '1' of null
at new SoapOperation (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:35:20)
at SoapService.addOperation (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:121:26)
at new SoapService (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:116:9)
at SoapServer.addService (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\node_modules\soap-server\lib\soap-server.js:154:24)
at Object. (C:\Users\Sarvesh\OneDrive\projects\tririga-soap\test-server.js:9:30)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)`

Thank you

Discussion: Make soap-server operations async

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 who is using node-soap-server as an API endpoint which is require to call an external services for part of its response. I have had to hack in a solution that I do not feel is adequate. I am interested in hearing opinions on improving this moving forward and making it more Node-like.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.