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

Pass options to xml instruct #211

Closed

Conversation

mattkirman
Copy link
Contributor

Fixes #202.

Jim Kingdon and others added 30 commits February 2, 2011 17:27
Write integration test (currently pending) for multiple namespaces.
We don't pay attention to the type of a field yet.
Conflicts are resolved but the parser does not work with types yet.
Down to two failures in parser_spec.
All non-pending tests now passing.
Add support for setting a global soap header
instead of yielding different numbers of objects to any block given
to Savon::Client.new and Savon::Client#request, Savon now evaluates
the block or yields the Savon::Client instance if the block expects
a single argument.
jkingdon and others added 28 commits May 15, 2011 11:37
The bug only showed up in Ruby 1.9 because we had been accidentally
calling [:Save, {}].to_s and hoping to get "Save" (which happens to
work in 1.8).
to believe the namespaces implied by the WSDL, rather than one which
the Savon caller explicitly specified.
please take a look at Nori's CHANGELOG for detailed information
@rubiii
Copy link
Contributor

rubiii commented Jul 24, 2011

looks good. thank you very much! merged into master. to be release soon.

@rubiii rubiii closed this Jul 24, 2011
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.

XML Header encoding in UTF-16
5 participants