Git Product home page Git Product logo

Comments (4)

rubiii avatar rubiii commented on May 21, 2024

load is a Kernel method: http://ruby-doc.org/core/classes/Kernel.html#M005940
Savon uses method_missing to process soap requests. what i could do to workaround this issue, is add a public method that simply calls method_missing.

from savon.

kalebwalton avatar kalebwalton commented on May 21, 2024

That'd be fine, I don't mind passing in a soap action name to a method call rather than calling a method with the same name. It would be sweet if I could do:


response = client.call(:load) do |soap|
soap.namespaces['xmlns:ns1'] = "http://services.foo.com/v1"
soap.body = {
'arg0' => arg
}
end

OR

response = client.call(:load, {
:namespaces => { 'xmlns:ns1' => 'http://services.foo.com/v1'},
:body => { 'arg0' => arg}
});

from savon.

rubiii avatar rubiii commented on May 21, 2024

seems like we chose the same method name: http://github.com/rubiii/savon/commit/d4c1902ba8401b0dcb3a9779468f097dddfb6b8d

from savon.

rubiii avatar rubiii commented on May 21, 2024

released version 0.7.6 containg a fix for this problem. please update.

from savon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.