https://www.w3schools.com/xml/el_sequence.asp
The sequence element specifies that the child elements must appear in a sequence.
https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/ms256089(v=vs.100)
Requires the elements in the group to appear in the specified sequence within the containing element.
This library does not ensure this behavior.
Probably needed changes are somewhere here
|
let currentChildXmlnsAttrib = ''; |
https://www.w3schools.com/xml/el_sequence.asp
https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/ms256089(v=vs.100)
This library does not ensure this behavior.
Probably needed changes are somewhere here
node-soap/src/wsdl/index.ts
Line 748 in 15032f0