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

Support for a nil Body #146

Merged
1 commit merged into from
Jan 28, 2011
Merged

Support for a nil Body #146

1 commit merged into from
Jan 28, 2011

Conversation

zenchild
Copy link
Contributor

I have some SOAP calls that need to have a nil body (i.e. <Body />). This is not currently possible because the current Savon::SOAP::XML#to_xml method requires that input not be nil. This small change allows for a nil input.

@rubiii
Copy link
Contributor

rubiii commented Jan 28, 2011

thanks. released with v0.8.5.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants