Are you familiar with how to use NPM? There are already great libraries for
making this work and, fortunately, it's pretty well documented. One option
is strong-soap ( https://github.com/strongloop/strong-soap ), but you can
search for others.
$ npm install strong-soap --save
// somefile.js
var soap = require('strong-soap');
var wsdlOptions = {};
soap.createClient(__dirname + '/wsdl/default_namespace.wsdl', wsdlOptions,
function (err, client) {
// your code
console.log(client.describe());
});
HTH,
Mikkel
On Thursday, February 15, 2018 at 7:33:17 PM UTC-8, Naminder Singh wrote:
>
> Hi,
>
> I have a local copy of wsdl file, I want to read and execute SOAP calls
> from it, how can this be achieved?
>
> Please help on this.
>
> Thanks.
>
--
Job board: http://jobs.nodejs.org/
New group rules:
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nodejs/85bc6baf-d62d-4f93-bd61-423c8b89932d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.