Skip to content

Commit

Permalink
Merge pull request #212 from lgustafson/savon_spec-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Aug 25, 2011
2 parents 8960bed + 8dedccd commit e345426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/savon/client.rb
Expand Up @@ -110,7 +110,7 @@ def preconfigure(args)
soap.namespace_identifier = args[0]
soap.namespace = wsdl.namespace
soap.element_form_default = wsdl.element_form_default if wsdl.document?
soap.body = args[2].delete(:body)
soap.body = args[2].delete(:body) if args[2][:body]

wsdl.type_namespaces.each do |path, uri|
soap.use_namespace(path, uri)
Expand Down

0 comments on commit e345426

Please sign in to comment.