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.
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!