'Building SOAP request from WSDL in Node.js
I need to extract the request parameters from my local wsdl file in run time the same way SoapUI does when you create a new request in a soap project.
I have already tried a lot of libraries on npm to read wsdl file but no one seems to work the way i need to. Also i'm using strong-soap to create a client and call the methods, but at the moment my requeriment is to generate the request from the wsdl file. Idk if maybe another soap library can generate these parameters. Any suggestions may help me, thank you in advance!!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
