loopbackio / strong-soap

SOAP driver for Node.js (A complete rewrite of node-soap)
Other
391 stars 163 forks source link

Generate JS object from WSDL definition #668

Closed Eusebiotrigo closed 7 months ago

Eusebiotrigo commented 11 months ago

Hi!

We have been checking this solution and we were wondering if we could generate a javascript object (I would prefer a TypeScript object), so we could populate it and send it as the body of the SOAP envelope.

We would like to get something like a command that would generate the files that contain the definition of the object, and then on the application fill them with the specific data. And then, that object would be the body of our SOAP request.

Thanks!