You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Is there a way to add "xmlns:xsd" and "xmlns:xsi" namespaces on the SOAP envelope tag?
Also, does it serialize automatically nil values as "xsi:nil" = true?
Thx!
The text was updated successfully, but these errors were encountered:
ivobenedito
changed the title
• Savon now adds both "xmlns:xsd" and "xmlns:xsi" namespaces for you. Thanks Averell. It also properly serializes nil values as xsi:nil = "true".
SOAP namepsaces & nil serialization
May 19, 2014
Hey @ivobenedito, sorry it took me so long to respond to you, I've been head down trying to resolve some problems in the Savon gem.
Looking at the current API, I can't find a way to add any namespaces to the SOAP envelope tag. Is this something you'd be interested in issuing a PR for?
Re: "automatically serializing nil values as "xxi:nil" = true" ... I'm not entirely sure what you mean. Could you provide an example?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to add "xmlns:xsd" and "xmlns:xsi" namespaces on the SOAP envelope tag?
Also, does it serialize automatically nil values as "xsi:nil" = true?
Thx!
The text was updated successfully, but these errors were encountered: