We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
node-soap/src/wsdl/index.ts
Line 748 in 15032f0
The text was updated successfully, but these errors were encountered:
Hi @toughlex-donatas,
Could you please add a bit more details? How did you find this issue? Is there an example that you can share, like code snippet or xml file?
Thanks.
Sorry, something went wrong.
To replicate the problem you could create a test in https://github.com/vpulim/node-soap/blob/master/test/wsdl-test.js and use this wsdl https://github.com/vpulim/node-soap/blob/master/test/wsdl/marketo.wsdl Try to call GetLeadChanges for example, you will see that SOAP XML ParamsGetLeadChanges will not have its children ordered in correct order. There are APIs that don't work with unordered sequence elements.
Had a look on it, does not look like an easy fix. Will have another look later when have more time.
w666
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: