Skip to content
New issue

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

parseXML does not conform to the XML-RPC Specification #1

Open
silkPK opened this issue Jul 24, 2023 · 0 comments
Open

parseXML does not conform to the XML-RPC Specification #1

silkPK opened this issue Jul 24, 2023 · 0 comments

Comments

@silkPK
Copy link

silkPK commented Jul 24, 2023

According to the XML-RPC Specification, if Scalar s no type is indicated, the default type is string.
Some servers omit to set the scalar type, and in this case mimic fails to materialize a valid js object.

The solution is to set the default value in the "unmarshal" function by setting:
defaults:
this.params[this.params.length] = new String(node.nodeValue);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant